Shades of Cabaret #D2526B
Tints of Cabaret #D2526B
RGB
CMYK
RGB Variations
Color information
#D2526B (or 0xD2526B) is known color: Cabaret. HEX triplet: D2, 52 and 6B. RGB value is (210,82,107). Sum of RGB (Red+Green+Blue) = 210+82+107=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2526B is #2DAD94. Grayscale: #7B7B7B. Windows color (decimal): -2993557 or 7033554. OLE color: 7033554.
HSL color Cylindrical-coordinate representation of color #D2526B: hue angle of 348.28º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D2526B is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 107 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.18 |
| HSL | 348.28º | 0.59% | 0.57% | - |
| HSV(B) | 348.28º | 0.61% | 0.82% | - |
| XYZ | 32.25 | 20.8 | 16.22 | - |
| YUV | 123.12 | 118.91 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 107 | 0 | 0.61 | 0.49 | 0.18 | 348.28 | 0.59 | 0.57 |
| Hex | D2 | 52 | 6B | 0 | 3D | 31 | 12 | 15C | 3B | 39 |
| Octal | 322 | 122 | 153 | 0 | 75 | 61 | 22 | 534 | 73 | 71 |
| Binary | 11010010 | 1010010 | 1101011 | 0 | 111101 | 110001 | 10010 | 101011100 | 111011 | 111001 |
Color Harmonies of #D2526B
Complementary color
Monochromatic Colors of #D2526B
Black with #D2526B
Text Example
Text Example
White with #D2526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2526B; }
p { color: rgb(210,82,107); }
H1.HeaderClassName
{
color: #D2526B;
}
.AnyTagClassName
{
color: #D2526B;
}
</style>
background-color css
<style>
a { background-color: #D2526B; }
a { background-color: rgb(210,82,107); }
div.DivClassName
{
background-color: #D2526B;
}
.BgClassName
{
background-color: #D2526B;
}
</style>
border-color css
<style>
span { border-color: #D2526B; }
span { border-color: rgb(210,82,107); }
td.TdClassName
{
border-color: #D2526B;
}
.TagClassName
{
border-color: #D2526B;
}
</style>