Shades of Cabaret #D04562
Tints of Cabaret #D04562
RGB
CMYK
RGB Variations
Color information
#D04562 (or 0xD04562) is known color: Cabaret. HEX triplet: D0, 45 and 62. RGB value is (208,69,98). Sum of RGB (Red+Green+Blue) = 208+69+98=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D04562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04562 is #2FBA9D. Grayscale: #717171. Windows color (decimal): -3127966 or 6440400. OLE color: 6440400.
HSL color Cylindrical-coordinate representation of color #D04562: hue angle of 347.48º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04562 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 98 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.18 |
| HSL | 347.48º | 0.6% | 0.54% | - |
| HSV(B) | 347.48º | 0.67% | 0.82% | - |
| XYZ | 30.35 | 18.55 | 13.54 | - |
| YUV | 113.87 | 119.05 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 98 | 0 | 0.67 | 0.53 | 0.18 | 347.48 | 0.6 | 0.54 |
| Hex | D0 | 45 | 62 | 0 | 43 | 35 | 12 | 15B | 3C | 36 |
| Octal | 320 | 105 | 142 | 0 | 103 | 65 | 22 | 533 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1100010 | 0 | 1000011 | 110101 | 10010 | 101011011 | 111100 | 110110 |
Color Harmonies of #D04562
Complementary color
Monochromatic Colors of #D04562
Black with #D04562
Text Example
Text Example
White with #D04562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04562; }
p { color: rgb(208,69,98); }
H1.HeaderClassName
{
color: #D04562;
}
.AnyTagClassName
{
color: #D04562;
}
</style>
background-color css
<style>
a { background-color: #D04562; }
a { background-color: rgb(208,69,98); }
div.DivClassName
{
background-color: #D04562;
}
.BgClassName
{
background-color: #D04562;
}
</style>
border-color css
<style>
span { border-color: #D04562; }
span { border-color: rgb(208,69,98); }
td.TdClassName
{
border-color: #D04562;
}
.TagClassName
{
border-color: #D04562;
}
</style>