Shades of Cabaret #D04867
Tints of Cabaret #D04867
RGB
CMYK
RGB Variations
Color information
#D04867 (or 0xD04867) is known color: Cabaret. HEX triplet: D0, 48 and 67. RGB value is (208,72,103). Sum of RGB (Red+Green+Blue) = 208+72+103=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D04867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04867 is #2FB798. Grayscale: #747474. Windows color (decimal): -3127193 or 6768848. OLE color: 6768848.
HSL color Cylindrical-coordinate representation of color #D04867: hue angle of 346.32º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04867 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 103 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.18 |
| HSL | 346.32º | 0.59% | 0.55% | - |
| HSV(B) | 346.32º | 0.65% | 0.82% | - |
| XYZ | 30.78 | 19.02 | 14.88 | - |
| YUV | 116.2 | 120.56 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 103 | 0 | 0.65 | 0.50 | 0.18 | 346.32 | 0.59 | 0.55 |
| Hex | D0 | 48 | 67 | 0 | 41 | 32 | 12 | 15A | 3B | 37 |
| Octal | 320 | 110 | 147 | 0 | 101 | 62 | 22 | 532 | 73 | 67 |
| Binary | 11010000 | 1001000 | 1100111 | 0 | 1000001 | 110010 | 10010 | 101011010 | 111011 | 110111 |
Color Harmonies of #D04867
Complementary color
Monochromatic Colors of #D04867
Black with #D04867
Text Example
Text Example
White with #D04867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04867; }
p { color: rgb(208,72,103); }
H1.HeaderClassName
{
color: #D04867;
}
.AnyTagClassName
{
color: #D04867;
}
</style>
background-color css
<style>
a { background-color: #D04867; }
a { background-color: rgb(208,72,103); }
div.DivClassName
{
background-color: #D04867;
}
.BgClassName
{
background-color: #D04867;
}
</style>
border-color css
<style>
span { border-color: #D04867; }
span { border-color: rgb(208,72,103); }
td.TdClassName
{
border-color: #D04867;
}
.TagClassName
{
border-color: #D04867;
}
</style>