Shades of Cabaret #D2626D
Tints of Cabaret #D2626D
RGB
CMYK
RGB Variations
Color information
#D2626D (or 0xD2626D) is known color: Cabaret. HEX triplet: D2, 62 and 6D. RGB value is (210,98,109). Sum of RGB (Red+Green+Blue) = 210+98+109=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2626D is #2D9D92. Grayscale: #848484. Windows color (decimal): -2989459 or 7168722. OLE color: 7168722.
HSL color Cylindrical-coordinate representation of color #D2626D: hue angle of 354.11º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2626D is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 109 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.18 |
| HSL | 354.11º | 0.55% | 0.6% | - |
| HSV(B) | 354.11º | 0.53% | 0.82% | - |
| XYZ | 33.71 | 23.54 | 17.24 | - |
| YUV | 132.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 109 | 0 | 0.53 | 0.48 | 0.18 | 354.11 | 0.55 | 0.6 |
| Hex | D2 | 62 | 6D | 0 | 35 | 30 | 12 | 162 | 37 | 3C |
| Octal | 322 | 142 | 155 | 0 | 65 | 60 | 22 | 542 | 67 | 74 |
| Binary | 11010010 | 1100010 | 1101101 | 0 | 110101 | 110000 | 10010 | 101100010 | 110111 | 111100 |
Color Harmonies of #D2626D
Complementary color
Monochromatic Colors of #D2626D
Black with #D2626D
Text Example
Text Example
White with #D2626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2626D; }
p { color: rgb(210,98,109); }
H1.HeaderClassName
{
color: #D2626D;
}
.AnyTagClassName
{
color: #D2626D;
}
</style>
background-color css
<style>
a { background-color: #D2626D; }
a { background-color: rgb(210,98,109); }
div.DivClassName
{
background-color: #D2626D;
}
.BgClassName
{
background-color: #D2626D;
}
</style>
border-color css
<style>
span { border-color: #D2626D; }
span { border-color: rgb(210,98,109); }
td.TdClassName
{
border-color: #D2626D;
}
.TagClassName
{
border-color: #D2626D;
}
</style>