Shades of Cabaret #D2636E
Tints of Cabaret #D2636E
RGB
CMYK
RGB Variations
Color information
#D2636E (or 0xD2636E) is known color: Cabaret. HEX triplet: D2, 63 and 6E. RGB value is (210,99,110). Sum of RGB (Red+Green+Blue) = 210+99+110=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2636E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2636E is #2D9C91. Grayscale: #858585. Windows color (decimal): -2989202 or 7234514. OLE color: 7234514.
HSL color Cylindrical-coordinate representation of color #D2636E: hue angle of 354.05º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2636E is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 110 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.18 |
| HSL | 354.05º | 0.55% | 0.61% | - |
| HSV(B) | 354.05º | 0.53% | 0.82% | - |
| XYZ | 33.85 | 23.75 | 17.55 | - |
| YUV | 133.44 | 114.77 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 110 | 0 | 0.53 | 0.48 | 0.18 | 354.05 | 0.55 | 0.61 |
| Hex | D2 | 63 | 6E | 0 | 35 | 30 | 12 | 162 | 37 | 3D |
| Octal | 322 | 143 | 156 | 0 | 65 | 60 | 22 | 542 | 67 | 75 |
| Binary | 11010010 | 1100011 | 1101110 | 0 | 110101 | 110000 | 10010 | 101100010 | 110111 | 111101 |
Color Harmonies of #D2636E
Complementary color
Monochromatic Colors of #D2636E
Black with #D2636E
Text Example
Text Example
White with #D2636E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2636E; }
p { color: rgb(210,99,110); }
H1.HeaderClassName
{
color: #D2636E;
}
.AnyTagClassName
{
color: #D2636E;
}
</style>
background-color css
<style>
a { background-color: #D2636E; }
a { background-color: rgb(210,99,110); }
div.DivClassName
{
background-color: #D2636E;
}
.BgClassName
{
background-color: #D2636E;
}
</style>
border-color css
<style>
span { border-color: #D2636E; }
span { border-color: rgb(210,99,110); }
td.TdClassName
{
border-color: #D2636E;
}
.TagClassName
{
border-color: #D2636E;
}
</style>