Shades of Cabaret #D04466
Tints of Cabaret #D04466
RGB
CMYK
RGB Variations
Color information
#D04466 (or 0xD04466) is known color: Cabaret. HEX triplet: D0, 44 and 66. RGB value is (208,68,102). Sum of RGB (Red+Green+Blue) = 208+68+102=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D04466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04466 is #2FBB99. Grayscale: #717171. Windows color (decimal): -3128218 or 6702288. OLE color: 6702288.
HSL color Cylindrical-coordinate representation of color #D04466: hue angle of 345.43º 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 #D04466 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 102 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.18 |
| HSL | 345.43º | 0.6% | 0.54% | - |
| HSV(B) | 345.43º | 0.67% | 0.82% | - |
| XYZ | 30.48 | 18.5 | 14.54 | - |
| YUV | 113.74 | 121.38 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 102 | 0 | 0.67 | 0.51 | 0.18 | 345.43 | 0.6 | 0.54 |
| Hex | D0 | 44 | 66 | 0 | 43 | 33 | 12 | 159 | 3C | 36 |
| Octal | 320 | 104 | 146 | 0 | 103 | 63 | 22 | 531 | 74 | 66 |
| Binary | 11010000 | 1000100 | 1100110 | 0 | 1000011 | 110011 | 10010 | 101011001 | 111100 | 110110 |
Color Harmonies of #D04466
Complementary color
Monochromatic Colors of #D04466
Black with #D04466
Text Example
Text Example
White with #D04466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04466; }
p { color: rgb(208,68,102); }
H1.HeaderClassName
{
color: #D04466;
}
.AnyTagClassName
{
color: #D04466;
}
</style>
background-color css
<style>
a { background-color: #D04466; }
a { background-color: rgb(208,68,102); }
div.DivClassName
{
background-color: #D04466;
}
.BgClassName
{
background-color: #D04466;
}
</style>
border-color css
<style>
span { border-color: #D04466; }
span { border-color: rgb(208,68,102); }
td.TdClassName
{
border-color: #D04466;
}
.TagClassName
{
border-color: #D04466;
}
</style>