Shades of Cabaret #D25E6E
Tints of Cabaret #D25E6E
RGB
CMYK
RGB Variations
Color information
#D25E6E (or 0xD25E6E) is known color: Cabaret. HEX triplet: D2, 5E and 6E. RGB value is (210,94,110). Sum of RGB (Red+Green+Blue) = 210+94+110=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E6E is #2DA191. Grayscale: #828282. Windows color (decimal): -2990482 or 7233234. OLE color: 7233234.
HSL color Cylindrical-coordinate representation of color #D25E6E: hue angle of 351.72º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25E6E is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 94 | 110 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.18 |
| HSL | 351.72º | 0.56% | 0.6% | - |
| HSV(B) | 351.72º | 0.55% | 0.82% | - |
| XYZ | 33.4 | 22.83 | 17.4 | - |
| YUV | 130.51 | 116.43 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 94 | 110 | 0 | 0.55 | 0.48 | 0.18 | 351.72 | 0.56 | 0.6 |
| Hex | D2 | 5E | 6E | 0 | 37 | 30 | 12 | 160 | 38 | 3C |
| Octal | 322 | 136 | 156 | 0 | 67 | 60 | 22 | 540 | 70 | 74 |
| Binary | 11010010 | 1011110 | 1101110 | 0 | 110111 | 110000 | 10010 | 101100000 | 111000 | 111100 |
Color Harmonies of #D25E6E
Complementary color
Monochromatic Colors of #D25E6E
Black with #D25E6E
Text Example
Text Example
White with #D25E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25E6E; }
p { color: rgb(210,94,110); }
H1.HeaderClassName
{
color: #D25E6E;
}
.AnyTagClassName
{
color: #D25E6E;
}
</style>
background-color css
<style>
a { background-color: #D25E6E; }
a { background-color: rgb(210,94,110); }
div.DivClassName
{
background-color: #D25E6E;
}
.BgClassName
{
background-color: #D25E6E;
}
</style>
border-color css
<style>
span { border-color: #D25E6E; }
span { border-color: rgb(210,94,110); }
td.TdClassName
{
border-color: #D25E6E;
}
.TagClassName
{
border-color: #D25E6E;
}
</style>