Shades of Cabaret #D04569
Tints of Cabaret #D04569
RGB
CMYK
RGB Variations
Color information
#D04569 (or 0xD04569) is known color: Cabaret. HEX triplet: D0, 45 and 69. RGB value is (208,69,105). Sum of RGB (Red+Green+Blue) = 208+69+105=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D04569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04569 is #2FBA96. Grayscale: #727272. Windows color (decimal): -3127959 or 6899152. OLE color: 6899152.
HSL color Cylindrical-coordinate representation of color #D04569: hue angle of 344.46º 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 #D04569 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 105 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.18 |
| HSL | 344.46º | 0.6% | 0.54% | - |
| HSV(B) | 344.46º | 0.67% | 0.82% | - |
| XYZ | 30.69 | 18.69 | 15.35 | - |
| YUV | 114.67 | 122.55 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 105 | 0 | 0.67 | 0.50 | 0.18 | 344.46 | 0.6 | 0.54 |
| Hex | D0 | 45 | 69 | 0 | 43 | 32 | 12 | 158 | 3C | 36 |
| Octal | 320 | 105 | 151 | 0 | 103 | 62 | 22 | 530 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1101001 | 0 | 1000011 | 110010 | 10010 | 101011000 | 111100 | 110110 |
Color Harmonies of #D04569
Complementary color
Monochromatic Colors of #D04569
Black with #D04569
Text Example
Text Example
White with #D04569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04569; }
p { color: rgb(208,69,105); }
H1.HeaderClassName
{
color: #D04569;
}
.AnyTagClassName
{
color: #D04569;
}
</style>
background-color css
<style>
a { background-color: #D04569; }
a { background-color: rgb(208,69,105); }
div.DivClassName
{
background-color: #D04569;
}
.BgClassName
{
background-color: #D04569;
}
</style>
border-color css
<style>
span { border-color: #D04569; }
span { border-color: rgb(208,69,105); }
td.TdClassName
{
border-color: #D04569;
}
.TagClassName
{
border-color: #D04569;
}
</style>