Shades of Cabaret #D25870
Tints of Cabaret #D25870
RGB
CMYK
RGB Variations
Color information
#D25870 (or 0xD25870) is known color: Cabaret. HEX triplet: D2, 58 and 70. RGB value is (210,88,112). Sum of RGB (Red+Green+Blue) = 210+88+112=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D25870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25870 is #2DA78F. Grayscale: #7F7F7F. Windows color (decimal): -2992016 or 7362770. OLE color: 7362770.
HSL color Cylindrical-coordinate representation of color #D25870: hue angle of 348.2º 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 #D25870 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 112 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.18 |
| HSL | 348.2º | 0.58% | 0.58% | - |
| HSV(B) | 348.2º | 0.58% | 0.82% | - |
| XYZ | 32.99 | 21.85 | 17.81 | - |
| YUV | 127.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 112 | 0 | 0.58 | 0.47 | 0.18 | 348.2 | 0.58 | 0.58 |
| Hex | D2 | 58 | 70 | 0 | 3A | 2F | 12 | 15C | 3A | 3A |
| Octal | 322 | 130 | 160 | 0 | 72 | 57 | 22 | 534 | 72 | 72 |
| Binary | 11010010 | 1011000 | 1110000 | 0 | 111010 | 101111 | 10010 | 101011100 | 111010 | 111010 |
Color Harmonies of #D25870
Complementary color
Monochromatic Colors of #D25870
Black with #D25870
Text Example
Text Example
White with #D25870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25870; }
p { color: rgb(210,88,112); }
H1.HeaderClassName
{
color: #D25870;
}
.AnyTagClassName
{
color: #D25870;
}
</style>
background-color css
<style>
a { background-color: #D25870; }
a { background-color: rgb(210,88,112); }
div.DivClassName
{
background-color: #D25870;
}
.BgClassName
{
background-color: #D25870;
}
</style>
border-color css
<style>
span { border-color: #D25870; }
span { border-color: rgb(210,88,112); }
td.TdClassName
{
border-color: #D25870;
}
.TagClassName
{
border-color: #D25870;
}
</style>