Shades of Cabaret #D2526C
Tints of Cabaret #D2526C
RGB
CMYK
RGB Variations
Color information
#D2526C (or 0xD2526C) is known color: Cabaret. HEX triplet: D2, 52 and 6C. RGB value is (210,82,108). Sum of RGB (Red+Green+Blue) = 210+82+108=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2526C is #2DAD93. Grayscale: #7B7B7B. Windows color (decimal): -2993556 or 7099090. OLE color: 7099090.
HSL color Cylindrical-coordinate representation of color #D2526C: hue angle of 347.81º 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 #D2526C is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 108 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.18 |
| HSL | 347.81º | 0.59% | 0.57% | - |
| HSV(B) | 347.81º | 0.61% | 0.82% | - |
| XYZ | 32.3 | 20.82 | 16.5 | - |
| YUV | 123.24 | 119.41 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 108 | 0 | 0.61 | 0.49 | 0.18 | 347.81 | 0.59 | 0.57 |
| Hex | D2 | 52 | 6C | 0 | 3D | 31 | 12 | 15C | 3B | 39 |
| Octal | 322 | 122 | 154 | 0 | 75 | 61 | 22 | 534 | 73 | 71 |
| Binary | 11010010 | 1010010 | 1101100 | 0 | 111101 | 110001 | 10010 | 101011100 | 111011 | 111001 |
Color Harmonies of #D2526C
Complementary color
Monochromatic Colors of #D2526C
Black with #D2526C
Text Example
Text Example
White with #D2526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2526C; }
p { color: rgb(210,82,108); }
H1.HeaderClassName
{
color: #D2526C;
}
.AnyTagClassName
{
color: #D2526C;
}
</style>
background-color css
<style>
a { background-color: #D2526C; }
a { background-color: rgb(210,82,108); }
div.DivClassName
{
background-color: #D2526C;
}
.BgClassName
{
background-color: #D2526C;
}
</style>
border-color css
<style>
span { border-color: #D2526C; }
span { border-color: rgb(210,82,108); }
td.TdClassName
{
border-color: #D2526C;
}
.TagClassName
{
border-color: #D2526C;
}
</style>