Shades of Cabaret #D2536A
Tints of Cabaret #D2536A
RGB
CMYK
RGB Variations
Color information
#D2536A (or 0xD2536A) is known color: Cabaret. HEX triplet: D2, 53 and 6A. RGB value is (210,83,106). Sum of RGB (Red+Green+Blue) = 210+83+106=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2536A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2536A is #2DAC95. Grayscale: #7B7B7B. Windows color (decimal): -2993302 or 6968274. OLE color: 6968274.
HSL color Cylindrical-coordinate representation of color #D2536A: hue angle of 349.13º degrees, saturation: 0.59, 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 #D2536A is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 106 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.18 |
| HSL | 349.13º | 0.59% | 0.57% | - |
| HSV(B) | 349.13º | 0.6% | 0.82% | - |
| XYZ | 32.27 | 20.93 | 15.97 | - |
| YUV | 123.6 | 118.08 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 106 | 0 | 0.60 | 0.50 | 0.18 | 349.13 | 0.59 | 0.57 |
| Hex | D2 | 53 | 6A | 0 | 3C | 32 | 12 | 15D | 3B | 39 |
| Octal | 322 | 123 | 152 | 0 | 74 | 62 | 22 | 535 | 73 | 71 |
| Binary | 11010010 | 1010011 | 1101010 | 0 | 111100 | 110010 | 10010 | 101011101 | 111011 | 111001 |
Color Harmonies of #D2536A
Complementary color
Monochromatic Colors of #D2536A
Black with #D2536A
Text Example
Text Example
White with #D2536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2536A; }
p { color: rgb(210,83,106); }
H1.HeaderClassName
{
color: #D2536A;
}
.AnyTagClassName
{
color: #D2536A;
}
</style>
background-color css
<style>
a { background-color: #D2536A; }
a { background-color: rgb(210,83,106); }
div.DivClassName
{
background-color: #D2536A;
}
.BgClassName
{
background-color: #D2536A;
}
</style>
border-color css
<style>
span { border-color: #D2536A; }
span { border-color: rgb(210,83,106); }
td.TdClassName
{
border-color: #D2536A;
}
.TagClassName
{
border-color: #D2536A;
}
</style>