Shades of Cabaret #D2436D
Tints of Cabaret #D2436D
RGB
CMYK
RGB Variations
Color information
#D2436D (or 0xD2436D) is known color: Cabaret. HEX triplet: D2, 43 and 6D. RGB value is (210,67,109). Sum of RGB (Red+Green+Blue) = 210+67+109=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2436D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2436D is #2DBC92. Grayscale: #727272. Windows color (decimal): -2997395 or 7160786. OLE color: 7160786.
HSL color Cylindrical-coordinate representation of color #D2436D: hue angle of 342.38º degrees, saturation: 0.61, 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 #D2436D is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 109 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.18 |
| HSL | 342.38º | 0.61% | 0.54% | - |
| HSV(B) | 342.38º | 0.68% | 0.82% | - |
| XYZ | 31.35 | 18.82 | 16.45 | - |
| YUV | 114.55 | 124.88 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 109 | 0 | 0.68 | 0.48 | 0.18 | 342.38 | 0.61 | 0.54 |
| Hex | D2 | 43 | 6D | 0 | 44 | 30 | 12 | 156 | 3D | 36 |
| Octal | 322 | 103 | 155 | 0 | 104 | 60 | 22 | 526 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1101101 | 0 | 1000100 | 110000 | 10010 | 101010110 | 111101 | 110110 |
Color Harmonies of #D2436D
Complementary color
Monochromatic Colors of #D2436D
Black with #D2436D
Text Example
Text Example
White with #D2436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2436D; }
p { color: rgb(210,67,109); }
H1.HeaderClassName
{
color: #D2436D;
}
.AnyTagClassName
{
color: #D2436D;
}
</style>
background-color css
<style>
a { background-color: #D2436D; }
a { background-color: rgb(210,67,109); }
div.DivClassName
{
background-color: #D2436D;
}
.BgClassName
{
background-color: #D2436D;
}
</style>
border-color css
<style>
span { border-color: #D2436D; }
span { border-color: rgb(210,67,109); }
td.TdClassName
{
border-color: #D2436D;
}
.TagClassName
{
border-color: #D2436D;
}
</style>