Shades of Cabaret #D04865
Tints of Cabaret #D04865
RGB
CMYK
RGB Variations
Color information
#D04865 (or 0xD04865) is known color: Cabaret. HEX triplet: D0, 48 and 65. RGB value is (208,72,101). Sum of RGB (Red+Green+Blue) = 208+72+101=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D04865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04865 is #2FB79A. Grayscale: #737373. Windows color (decimal): -3127195 or 6637776. OLE color: 6637776.
HSL color Cylindrical-coordinate representation of color #D04865: hue angle of 347.21º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04865 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 101 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.18 |
| HSL | 347.21º | 0.59% | 0.55% | - |
| HSV(B) | 347.21º | 0.65% | 0.82% | - |
| XYZ | 30.68 | 18.98 | 14.36 | - |
| YUV | 115.97 | 119.56 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 101 | 0 | 0.65 | 0.51 | 0.18 | 347.21 | 0.59 | 0.55 |
| Hex | D0 | 48 | 65 | 0 | 41 | 33 | 12 | 15B | 3B | 37 |
| Octal | 320 | 110 | 145 | 0 | 101 | 63 | 22 | 533 | 73 | 67 |
| Binary | 11010000 | 1001000 | 1100101 | 0 | 1000001 | 110011 | 10010 | 101011011 | 111011 | 110111 |
Color Harmonies of #D04865
Complementary color
Monochromatic Colors of #D04865
Black with #D04865
Text Example
Text Example
White with #D04865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04865; }
p { color: rgb(208,72,101); }
H1.HeaderClassName
{
color: #D04865;
}
.AnyTagClassName
{
color: #D04865;
}
</style>
background-color css
<style>
a { background-color: #D04865; }
a { background-color: rgb(208,72,101); }
div.DivClassName
{
background-color: #D04865;
}
.BgClassName
{
background-color: #D04865;
}
</style>
border-color css
<style>
span { border-color: #D04865; }
span { border-color: rgb(208,72,101); }
td.TdClassName
{
border-color: #D04865;
}
.TagClassName
{
border-color: #D04865;
}
</style>