Shades of Cabaret #D2626C
Tints of Cabaret #D2626C
RGB
CMYK
RGB Variations
Color information
#D2626C (or 0xD2626C) is known color: Cabaret. HEX triplet: D2, 62 and 6C. RGB value is (210,98,108). Sum of RGB (Red+Green+Blue) = 210+98+108=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2626C is #2D9D93. Grayscale: #848484. Windows color (decimal): -2989460 or 7103186. OLE color: 7103186.
HSL color Cylindrical-coordinate representation of color #D2626C: hue angle of 354.64º 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 #D2626C is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 108 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.18 |
| HSL | 354.64º | 0.55% | 0.6% | - |
| HSV(B) | 354.64º | 0.53% | 0.82% | - |
| XYZ | 33.65 | 23.52 | 16.95 | - |
| YUV | 132.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 108 | 0 | 0.53 | 0.49 | 0.18 | 354.64 | 0.55 | 0.6 |
| Hex | D2 | 62 | 6C | 0 | 35 | 31 | 12 | 163 | 37 | 3C |
| Octal | 322 | 142 | 154 | 0 | 65 | 61 | 22 | 543 | 67 | 74 |
| Binary | 11010010 | 1100010 | 1101100 | 0 | 110101 | 110001 | 10010 | 101100011 | 110111 | 111100 |
Color Harmonies of #D2626C
Complementary color
Monochromatic Colors of #D2626C
Black with #D2626C
Text Example
Text Example
White with #D2626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2626C; }
p { color: rgb(210,98,108); }
H1.HeaderClassName
{
color: #D2626C;
}
.AnyTagClassName
{
color: #D2626C;
}
</style>
background-color css
<style>
a { background-color: #D2626C; }
a { background-color: rgb(210,98,108); }
div.DivClassName
{
background-color: #D2626C;
}
.BgClassName
{
background-color: #D2626C;
}
</style>
border-color css
<style>
span { border-color: #D2626C; }
span { border-color: rgb(210,98,108); }
td.TdClassName
{
border-color: #D2626C;
}
.TagClassName
{
border-color: #D2626C;
}
</style>