Shades of Cabaret #D05374
Tints of Cabaret #D05374
RGB
CMYK
RGB Variations
Color information
#D05374 (or 0xD05374) is known color: Cabaret. HEX triplet: D0, 53 and 74. RGB value is (208,83,116). Sum of RGB (Red+Green+Blue) = 208+83+116=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D05374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05374 is #2FAC8B. Grayscale: #7C7C7C. Windows color (decimal): -3124364 or 7623632. OLE color: 7623632.
HSL color Cylindrical-coordinate representation of color #D05374: hue angle of 344.16º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D05374 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 116 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.18 |
| HSL | 344.16º | 0.57% | 0.57% | - |
| HSV(B) | 344.16º | 0.6% | 0.82% | - |
| XYZ | 32.26 | 20.86 | 18.85 | - |
| YUV | 124.14 | 123.41 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 116 | 0 | 0.60 | 0.44 | 0.18 | 344.16 | 0.57 | 0.57 |
| Hex | D0 | 53 | 74 | 0 | 3C | 2C | 12 | 158 | 39 | 39 |
| Octal | 320 | 123 | 164 | 0 | 74 | 54 | 22 | 530 | 71 | 71 |
| Binary | 11010000 | 1010011 | 1110100 | 0 | 111100 | 101100 | 10010 | 101011000 | 111001 | 111001 |
Color Harmonies of #D05374
Complementary color
Monochromatic Colors of #D05374
Black with #D05374
Text Example
Text Example
White with #D05374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05374; }
p { color: rgb(208,83,116); }
H1.HeaderClassName
{
color: #D05374;
}
.AnyTagClassName
{
color: #D05374;
}
</style>
background-color css
<style>
a { background-color: #D05374; }
a { background-color: rgb(208,83,116); }
div.DivClassName
{
background-color: #D05374;
}
.BgClassName
{
background-color: #D05374;
}
</style>
border-color css
<style>
span { border-color: #D05374; }
span { border-color: rgb(208,83,116); }
td.TdClassName
{
border-color: #D05374;
}
.TagClassName
{
border-color: #D05374;
}
</style>