Shades of Cabaret #D04568
Tints of Cabaret #D04568
RGB
CMYK
RGB Variations
Color information
#D04568 (or 0xD04568) is known color: Cabaret. HEX triplet: D0, 45 and 68. RGB value is (208,69,104). Sum of RGB (Red+Green+Blue) = 208+69+104=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D04568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04568 is #2FBA97. Grayscale: #727272. Windows color (decimal): -3127960 or 6833616. OLE color: 6833616.
HSL color Cylindrical-coordinate representation of color #D04568: hue angle of 344.89º 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 #D04568 is Cyan = 0, Magento = 0.67, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 104 | - |
| CMYK | 0 | 0.67 | 0.5 | 0.18 |
| HSL | 344.89º | 0.6% | 0.54% | - |
| HSV(B) | 344.89º | 0.67% | 0.82% | - |
| XYZ | 30.64 | 18.67 | 15.08 | - |
| YUV | 114.55 | 122.05 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 104 | 0 | 0.67 | 0.5 | 0.18 | 344.89 | 0.6 | 0.54 |
| Hex | D0 | 45 | 68 | 0 | 43 | 32 | 12 | 159 | 3C | 36 |
| Octal | 320 | 105 | 150 | 0 | 103 | 62 | 22 | 531 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1101000 | 0 | 1000011 | 110010 | 10010 | 101011001 | 111100 | 110110 |
Color Harmonies of #D04568
Complementary color
Monochromatic Colors of #D04568
Black with #D04568
Text Example
Text Example
White with #D04568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04568; }
p { color: rgb(208,69,104); }
H1.HeaderClassName
{
color: #D04568;
}
.AnyTagClassName
{
color: #D04568;
}
</style>
background-color css
<style>
a { background-color: #D04568; }
a { background-color: rgb(208,69,104); }
div.DivClassName
{
background-color: #D04568;
}
.BgClassName
{
background-color: #D04568;
}
</style>
border-color css
<style>
span { border-color: #D04568; }
span { border-color: rgb(208,69,104); }
td.TdClassName
{
border-color: #D04568;
}
.TagClassName
{
border-color: #D04568;
}
</style>