Shades of Cabaret #D2536D
Tints of Cabaret #D2536D
RGB
CMYK
RGB Variations
Color information
#D2536D (or 0xD2536D) is known color: Cabaret. HEX triplet: D2, 53 and 6D. RGB value is (210,83,109). Sum of RGB (Red+Green+Blue) = 210+83+109=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2536D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2536D is #2DAC92. Grayscale: #7B7B7B. Windows color (decimal): -2993299 or 7164882. OLE color: 7164882.
HSL color Cylindrical-coordinate representation of color #D2536D: hue angle of 347.72º 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 #D2536D is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 83 | 109 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.18 |
| HSL | 347.72º | 0.59% | 0.57% | - |
| HSV(B) | 347.72º | 0.6% | 0.82% | - |
| XYZ | 32.43 | 20.99 | 16.81 | - |
| YUV | 123.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 83 | 109 | 0 | 0.60 | 0.48 | 0.18 | 347.72 | 0.59 | 0.57 |
| Hex | D2 | 53 | 6D | 0 | 3C | 30 | 12 | 15C | 3B | 39 |
| Octal | 322 | 123 | 155 | 0 | 74 | 60 | 22 | 534 | 73 | 71 |
| Binary | 11010010 | 1010011 | 1101101 | 0 | 111100 | 110000 | 10010 | 101011100 | 111011 | 111001 |
Color Harmonies of #D2536D
Complementary color
Monochromatic Colors of #D2536D
Black with #D2536D
Text Example
Text Example
White with #D2536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2536D; }
p { color: rgb(210,83,109); }
H1.HeaderClassName
{
color: #D2536D;
}
.AnyTagClassName
{
color: #D2536D;
}
</style>
background-color css
<style>
a { background-color: #D2536D; }
a { background-color: rgb(210,83,109); }
div.DivClassName
{
background-color: #D2536D;
}
.BgClassName
{
background-color: #D2536D;
}
</style>
border-color css
<style>
span { border-color: #D2536D; }
span { border-color: rgb(210,83,109); }
td.TdClassName
{
border-color: #D2536D;
}
.TagClassName
{
border-color: #D2536D;
}
</style>