Shades of Cabaret #D2436B
Tints of Cabaret #D2436B
RGB
CMYK
RGB Variations
Color information
#D2436B (or 0xD2436B) is known color: Cabaret. HEX triplet: D2, 43 and 6B. RGB value is (210,67,107). Sum of RGB (Red+Green+Blue) = 210+67+107=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D2436B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2436B is #2DBC94. Grayscale: #727272. Windows color (decimal): -2997397 or 7029714. OLE color: 7029714.
HSL color Cylindrical-coordinate representation of color #D2436B: hue angle of 343.22º 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 #D2436B is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 107 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.18 |
| HSL | 343.22º | 0.61% | 0.54% | - |
| HSV(B) | 343.22º | 0.68% | 0.82% | - |
| XYZ | 31.24 | 18.78 | 15.89 | - |
| YUV | 114.32 | 123.88 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 107 | 0 | 0.68 | 0.49 | 0.18 | 343.22 | 0.61 | 0.54 |
| Hex | D2 | 43 | 6B | 0 | 44 | 31 | 12 | 157 | 3D | 36 |
| Octal | 322 | 103 | 153 | 0 | 104 | 61 | 22 | 527 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1101011 | 0 | 1000100 | 110001 | 10010 | 101010111 | 111101 | 110110 |
Color Harmonies of #D2436B
Complementary color
Monochromatic Colors of #D2436B
Black with #D2436B
Text Example
Text Example
White with #D2436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2436B; }
p { color: rgb(210,67,107); }
H1.HeaderClassName
{
color: #D2436B;
}
.AnyTagClassName
{
color: #D2436B;
}
</style>
background-color css
<style>
a { background-color: #D2436B; }
a { background-color: rgb(210,67,107); }
div.DivClassName
{
background-color: #D2436B;
}
.BgClassName
{
background-color: #D2436B;
}
</style>
border-color css
<style>
span { border-color: #D2436B; }
span { border-color: rgb(210,67,107); }
td.TdClassName
{
border-color: #D2436B;
}
.TagClassName
{
border-color: #D2436B;
}
</style>