Shades of Cabaret #D25A6E
Tints of Cabaret #D25A6E
RGB
CMYK
RGB Variations
Color information
#D25A6E (or 0xD25A6E) is known color: Cabaret. HEX triplet: D2, 5A and 6E. RGB value is (210,90,110). Sum of RGB (Red+Green+Blue) = 210+90+110=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D25A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25A6E is #2DA591. Grayscale: #808080. Windows color (decimal): -2991506 or 7232210. OLE color: 7232210.
HSL color Cylindrical-coordinate representation of color #D25A6E: hue angle of 350º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25A6E is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 90 | 110 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.18 |
| HSL | 350º | 0.57% | 0.59% | - |
| HSV(B) | 350º | 0.57% | 0.82% | - |
| XYZ | 33.05 | 22.14 | 17.28 | - |
| YUV | 128.16 | 117.76 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 90 | 110 | 0 | 0.57 | 0.48 | 0.18 | 350 | 0.57 | 0.59 |
| Hex | D2 | 5A | 6E | 0 | 39 | 30 | 12 | 15E | 39 | 3B |
| Octal | 322 | 132 | 156 | 0 | 71 | 60 | 22 | 536 | 71 | 73 |
| Binary | 11010010 | 1011010 | 1101110 | 0 | 111001 | 110000 | 10010 | 101011110 | 111001 | 111011 |
Color Harmonies of #D25A6E
Complementary color
Monochromatic Colors of #D25A6E
Black with #D25A6E
Text Example
Text Example
White with #D25A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25A6E; }
p { color: rgb(210,90,110); }
H1.HeaderClassName
{
color: #D25A6E;
}
.AnyTagClassName
{
color: #D25A6E;
}
</style>
background-color css
<style>
a { background-color: #D25A6E; }
a { background-color: rgb(210,90,110); }
div.DivClassName
{
background-color: #D25A6E;
}
.BgClassName
{
background-color: #D25A6E;
}
</style>
border-color css
<style>
span { border-color: #D25A6E; }
span { border-color: rgb(210,90,110); }
td.TdClassName
{
border-color: #D25A6E;
}
.TagClassName
{
border-color: #D25A6E;
}
</style>