Shades of Cabaret #D04068
Tints of Cabaret #D04068
RGB
CMYK
RGB Variations
Color information
#D04068 (or 0xD04068) is known color: Cabaret. HEX triplet: D0, 40 and 68. RGB value is (208,64,104). Sum of RGB (Red+Green+Blue) = 208+64+104=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D04068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04068 is #2FBF97. Grayscale: #6F6F6F. Windows color (decimal): -3129240 or 6832336. OLE color: 6832336.
HSL color Cylindrical-coordinate representation of color #D04068: hue angle of 343.33º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04068 is Cyan = 0, Magento = 0.69, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 104 | - |
| CMYK | 0 | 0.69 | 0.5 | 0.18 |
| HSL | 343.33º | 0.61% | 0.53% | - |
| HSV(B) | 343.33º | 0.69% | 0.82% | - |
| XYZ | 30.34 | 18.08 | 14.99 | - |
| YUV | 111.62 | 123.71 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 104 | 0 | 0.69 | 0.5 | 0.18 | 343.33 | 0.61 | 0.53 |
| Hex | D0 | 40 | 68 | 0 | 45 | 32 | 12 | 157 | 3D | 35 |
| Octal | 320 | 100 | 150 | 0 | 105 | 62 | 22 | 527 | 75 | 65 |
| Binary | 11010000 | 1000000 | 1101000 | 0 | 1000101 | 110010 | 10010 | 101010111 | 111101 | 110101 |
Color Harmonies of #D04068
Complementary color
Monochromatic Colors of #D04068
Black with #D04068
Text Example
Text Example
White with #D04068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04068; }
p { color: rgb(208,64,104); }
H1.HeaderClassName
{
color: #D04068;
}
.AnyTagClassName
{
color: #D04068;
}
</style>
background-color css
<style>
a { background-color: #D04068; }
a { background-color: rgb(208,64,104); }
div.DivClassName
{
background-color: #D04068;
}
.BgClassName
{
background-color: #D04068;
}
</style>
border-color css
<style>
span { border-color: #D04068; }
span { border-color: rgb(208,64,104); }
td.TdClassName
{
border-color: #D04068;
}
.TagClassName
{
border-color: #D04068;
}
</style>