Shades of Cabaret #D25875
Tints of Cabaret #D25875
RGB
CMYK
RGB Variations
Color information
#D25875 (or 0xD25875) is known color: Cabaret. HEX triplet: D2, 58 and 75. RGB value is (210,88,117). Sum of RGB (Red+Green+Blue) = 210+88+117=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D25875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25875 is #2DA78A. Grayscale: #7F7F7F. Windows color (decimal): -2992011 or 7690450. OLE color: 7690450.
HSL color Cylindrical-coordinate representation of color #D25875: hue angle of 345.74º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25875 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 117 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.18 |
| HSL | 345.74º | 0.58% | 0.58% | - |
| HSV(B) | 345.74º | 0.58% | 0.82% | - |
| XYZ | 33.28 | 21.97 | 19.32 | - |
| YUV | 127.78 | 121.92 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 117 | 0 | 0.58 | 0.44 | 0.18 | 345.74 | 0.58 | 0.58 |
| Hex | D2 | 58 | 75 | 0 | 3A | 2C | 12 | 15A | 3A | 3A |
| Octal | 322 | 130 | 165 | 0 | 72 | 54 | 22 | 532 | 72 | 72 |
| Binary | 11010010 | 1011000 | 1110101 | 0 | 111010 | 101100 | 10010 | 101011010 | 111010 | 111010 |
Color Harmonies of #D25875
Complementary color
Monochromatic Colors of #D25875
Black with #D25875
Text Example
Text Example
White with #D25875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25875; }
p { color: rgb(210,88,117); }
H1.HeaderClassName
{
color: #D25875;
}
.AnyTagClassName
{
color: #D25875;
}
</style>
background-color css
<style>
a { background-color: #D25875; }
a { background-color: rgb(210,88,117); }
div.DivClassName
{
background-color: #D25875;
}
.BgClassName
{
background-color: #D25875;
}
</style>
border-color css
<style>
span { border-color: #D25875; }
span { border-color: rgb(210,88,117); }
td.TdClassName
{
border-color: #D25875;
}
.TagClassName
{
border-color: #D25875;
}
</style>