Shades of Cabaret #D04465
Tints of Cabaret #D04465
RGB
CMYK
RGB Variations
Color information
#D04465 (or 0xD04465) is known color: Cabaret. HEX triplet: D0, 44 and 65. RGB value is (208,68,101). Sum of RGB (Red+Green+Blue) = 208+68+101=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D04465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04465 is #2FBB9A. Grayscale: #717171. Windows color (decimal): -3128219 or 6636752. OLE color: 6636752.
HSL color Cylindrical-coordinate representation of color #D04465: hue angle of 345.86º 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 #D04465 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 101 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.18 |
| HSL | 345.86º | 0.6% | 0.54% | - |
| HSV(B) | 345.86º | 0.67% | 0.82% | - |
| XYZ | 30.43 | 18.48 | 14.28 | - |
| YUV | 113.62 | 120.88 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 101 | 0 | 0.67 | 0.51 | 0.18 | 345.86 | 0.6 | 0.54 |
| Hex | D0 | 44 | 65 | 0 | 43 | 33 | 12 | 15A | 3C | 36 |
| Octal | 320 | 104 | 145 | 0 | 103 | 63 | 22 | 532 | 74 | 66 |
| Binary | 11010000 | 1000100 | 1100101 | 0 | 1000011 | 110011 | 10010 | 101011010 | 111100 | 110110 |
Color Harmonies of #D04465
Complementary color
Monochromatic Colors of #D04465
Black with #D04465
Text Example
Text Example
White with #D04465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04465; }
p { color: rgb(208,68,101); }
H1.HeaderClassName
{
color: #D04465;
}
.AnyTagClassName
{
color: #D04465;
}
</style>
background-color css
<style>
a { background-color: #D04465; }
a { background-color: rgb(208,68,101); }
div.DivClassName
{
background-color: #D04465;
}
.BgClassName
{
background-color: #D04465;
}
</style>
border-color css
<style>
span { border-color: #D04465; }
span { border-color: rgb(208,68,101); }
td.TdClassName
{
border-color: #D04465;
}
.TagClassName
{
border-color: #D04465;
}
</style>