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