Shades of Cabaret #D25876
Tints of Cabaret #D25876
RGB
CMYK
RGB Variations
Color information
#D25876 (or 0xD25876) is known color: Cabaret. HEX triplet: D2, 58 and 76. RGB value is (210,88,118). Sum of RGB (Red+Green+Blue) = 210+88+118=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D25876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25876 is #2DA789. Grayscale: #7F7F7F. Windows color (decimal): -2992010 or 7755986. OLE color: 7755986.
HSL color Cylindrical-coordinate representation of color #D25876: hue angle of 345.25º 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 #D25876 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 118 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.18 |
| HSL | 345.25º | 0.58% | 0.58% | - |
| HSV(B) | 345.25º | 0.58% | 0.82% | - |
| XYZ | 33.34 | 21.99 | 19.63 | - |
| YUV | 127.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 118 | 0 | 0.58 | 0.44 | 0.18 | 345.25 | 0.58 | 0.58 |
| Hex | D2 | 58 | 76 | 0 | 3A | 2C | 12 | 159 | 3A | 3A |
| Octal | 322 | 130 | 166 | 0 | 72 | 54 | 22 | 531 | 72 | 72 |
| Binary | 11010010 | 1011000 | 1110110 | 0 | 111010 | 101100 | 10010 | 101011001 | 111010 | 111010 |
Color Harmonies of #D25876
Complementary color
Monochromatic Colors of #D25876
Black with #D25876
Text Example
Text Example
White with #D25876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25876; }
p { color: rgb(210,88,118); }
H1.HeaderClassName
{
color: #D25876;
}
.AnyTagClassName
{
color: #D25876;
}
</style>
background-color css
<style>
a { background-color: #D25876; }
a { background-color: rgb(210,88,118); }
div.DivClassName
{
background-color: #D25876;
}
.BgClassName
{
background-color: #D25876;
}
</style>
border-color css
<style>
span { border-color: #D25876; }
span { border-color: rgb(210,88,118); }
td.TdClassName
{
border-color: #D25876;
}
.TagClassName
{
border-color: #D25876;
}
</style>