Shades of Cabaret #D04370
Tints of Cabaret #D04370
RGB
CMYK
RGB Variations
Color information
#D04370 (or 0xD04370) is known color: Cabaret. HEX triplet: D0, 43 and 70. RGB value is (208,67,112). Sum of RGB (Red+Green+Blue) = 208+67+112=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D04370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04370 is #2FBC8F. Grayscale: #727272. Windows color (decimal): -3128464 or 7357392. OLE color: 7357392.
HSL color Cylindrical-coordinate representation of color #D04370: hue angle of 340.85º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04370 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 112 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.18 |
| HSL | 340.85º | 0.6% | 0.54% | - |
| HSV(B) | 340.85º | 0.68% | 0.82% | - |
| XYZ | 30.94 | 18.59 | 17.29 | - |
| YUV | 114.29 | 126.71 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 112 | 0 | 0.68 | 0.46 | 0.18 | 340.85 | 0.6 | 0.54 |
| Hex | D0 | 43 | 70 | 0 | 44 | 2E | 12 | 155 | 3C | 36 |
| Octal | 320 | 103 | 160 | 0 | 104 | 56 | 22 | 525 | 74 | 66 |
| Binary | 11010000 | 1000011 | 1110000 | 0 | 1000100 | 101110 | 10010 | 101010101 | 111100 | 110110 |
Color Harmonies of #D04370
Complementary color
Monochromatic Colors of #D04370
Black with #D04370
Text Example
Text Example
White with #D04370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04370; }
p { color: rgb(208,67,112); }
H1.HeaderClassName
{
color: #D04370;
}
.AnyTagClassName
{
color: #D04370;
}
</style>
background-color css
<style>
a { background-color: #D04370; }
a { background-color: rgb(208,67,112); }
div.DivClassName
{
background-color: #D04370;
}
.BgClassName
{
background-color: #D04370;
}
</style>
border-color css
<style>
span { border-color: #D04370; }
span { border-color: rgb(208,67,112); }
td.TdClassName
{
border-color: #D04370;
}
.TagClassName
{
border-color: #D04370;
}
</style>