Shades of Cabaret #D2636F
Tints of Cabaret #D2636F
RGB
CMYK
RGB Variations
Color information
#D2636F (or 0xD2636F) is known color: Cabaret. HEX triplet: D2, 63 and 6F. RGB value is (210,99,111). Sum of RGB (Red+Green+Blue) = 210+99+111=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2636F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2636F is #2D9C90. Grayscale: #858585. Windows color (decimal): -2989201 or 7300050. OLE color: 7300050.
HSL color Cylindrical-coordinate representation of color #D2636F: hue angle of 353.51º 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 #D2636F is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 111 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.18 |
| HSL | 353.51º | 0.55% | 0.61% | - |
| HSV(B) | 353.51º | 0.53% | 0.82% | - |
| XYZ | 33.91 | 23.77 | 17.84 | - |
| YUV | 133.56 | 115.27 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 111 | 0 | 0.53 | 0.47 | 0.18 | 353.51 | 0.55 | 0.61 |
| Hex | D2 | 63 | 6F | 0 | 35 | 2F | 12 | 162 | 37 | 3D |
| Octal | 322 | 143 | 157 | 0 | 65 | 57 | 22 | 542 | 67 | 75 |
| Binary | 11010010 | 1100011 | 1101111 | 0 | 110101 | 101111 | 10010 | 101100010 | 110111 | 111101 |
Color Harmonies of #D2636F
Complementary color
Monochromatic Colors of #D2636F
Black with #D2636F
Text Example
Text Example
White with #D2636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2636F; }
p { color: rgb(210,99,111); }
H1.HeaderClassName
{
color: #D2636F;
}
.AnyTagClassName
{
color: #D2636F;
}
</style>
background-color css
<style>
a { background-color: #D2636F; }
a { background-color: rgb(210,99,111); }
div.DivClassName
{
background-color: #D2636F;
}
.BgClassName
{
background-color: #D2636F;
}
</style>
border-color css
<style>
span { border-color: #D2636F; }
span { border-color: rgb(210,99,111); }
td.TdClassName
{
border-color: #D2636F;
}
.TagClassName
{
border-color: #D2636F;
}
</style>