Shades of Cabaret #D04462
Tints of Cabaret #D04462
RGB
CMYK
RGB Variations
Color information
#D04462 (or 0xD04462) is known color: Cabaret. HEX triplet: D0, 44 and 62. RGB value is (208,68,98). Sum of RGB (Red+Green+Blue) = 208+68+98=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D04462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04462 is #2FBB9D. Grayscale: #717171. Windows color (decimal): -3128222 or 6440144. OLE color: 6440144.
HSL color Cylindrical-coordinate representation of color #D04462: hue angle of 347.14º 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 #D04462 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 98 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.18 |
| HSL | 347.14º | 0.6% | 0.54% | - |
| HSV(B) | 347.14º | 0.67% | 0.82% | - |
| XYZ | 30.28 | 18.43 | 13.52 | - |
| YUV | 113.28 | 119.38 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 98 | 0 | 0.67 | 0.53 | 0.18 | 347.14 | 0.6 | 0.54 |
| Hex | D0 | 44 | 62 | 0 | 43 | 35 | 12 | 15B | 3C | 36 |
| Octal | 320 | 104 | 142 | 0 | 103 | 65 | 22 | 533 | 74 | 66 |
| Binary | 11010000 | 1000100 | 1100010 | 0 | 1000011 | 110101 | 10010 | 101011011 | 111100 | 110110 |
Color Harmonies of #D04462
Complementary color
Monochromatic Colors of #D04462
Black with #D04462
Text Example
Text Example
White with #D04462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04462; }
p { color: rgb(208,68,98); }
H1.HeaderClassName
{
color: #D04462;
}
.AnyTagClassName
{
color: #D04462;
}
</style>
background-color css
<style>
a { background-color: #D04462; }
a { background-color: rgb(208,68,98); }
div.DivClassName
{
background-color: #D04462;
}
.BgClassName
{
background-color: #D04462;
}
</style>
border-color css
<style>
span { border-color: #D04462; }
span { border-color: rgb(208,68,98); }
td.TdClassName
{
border-color: #D04462;
}
.TagClassName
{
border-color: #D04462;
}
</style>