Shades of Cabaret #D2506E
Tints of Cabaret #D2506E
RGB
CMYK
RGB Variations
Color information
#D2506E (or 0xD2506E) is known color: Cabaret. HEX triplet: D2, 50 and 6E. RGB value is (210,80,110). Sum of RGB (Red+Green+Blue) = 210+80+110=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2506E is #2DAF91. Grayscale: #7A7A7A. Windows color (decimal): -2994066 or 7229650. OLE color: 7229650.
HSL color Cylindrical-coordinate representation of color #D2506E: hue angle of 346.15º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2506E is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 80 | 110 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.18 |
| HSL | 346.15º | 0.59% | 0.57% | - |
| HSV(B) | 346.15º | 0.62% | 0.82% | - |
| XYZ | 32.26 | 20.56 | 17.02 | - |
| YUV | 122.29 | 121.07 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 80 | 110 | 0 | 0.62 | 0.48 | 0.18 | 346.15 | 0.59 | 0.57 |
| Hex | D2 | 50 | 6E | 0 | 3E | 30 | 12 | 15A | 3B | 39 |
| Octal | 322 | 120 | 156 | 0 | 76 | 60 | 22 | 532 | 73 | 71 |
| Binary | 11010010 | 1010000 | 1101110 | 0 | 111110 | 110000 | 10010 | 101011010 | 111011 | 111001 |
Color Harmonies of #D2506E
Complementary color
Monochromatic Colors of #D2506E
Black with #D2506E
Text Example
Text Example
White with #D2506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2506E; }
p { color: rgb(210,80,110); }
H1.HeaderClassName
{
color: #D2506E;
}
.AnyTagClassName
{
color: #D2506E;
}
</style>
background-color css
<style>
a { background-color: #D2506E; }
a { background-color: rgb(210,80,110); }
div.DivClassName
{
background-color: #D2506E;
}
.BgClassName
{
background-color: #D2506E;
}
</style>
border-color css
<style>
span { border-color: #D2506E; }
span { border-color: rgb(210,80,110); }
td.TdClassName
{
border-color: #D2506E;
}
.TagClassName
{
border-color: #D2506E;
}
</style>