Shades of Cabaret #D25872
Tints of Cabaret #D25872
RGB
CMYK
RGB Variations
Color information
#D25872 (or 0xD25872) is known color: Cabaret. HEX triplet: D2, 58 and 72. RGB value is (210,88,114). Sum of RGB (Red+Green+Blue) = 210+88+114=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D25872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25872 is #2DA78D. Grayscale: #7F7F7F. Windows color (decimal): -2992014 or 7493842. OLE color: 7493842.
HSL color Cylindrical-coordinate representation of color #D25872: hue angle of 347.21º 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 #D25872 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 114 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.18 |
| HSL | 347.21º | 0.58% | 0.58% | - |
| HSV(B) | 347.21º | 0.58% | 0.82% | - |
| XYZ | 33.11 | 21.9 | 18.4 | - |
| YUV | 127.44 | 120.42 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 114 | 0 | 0.58 | 0.46 | 0.18 | 347.21 | 0.58 | 0.58 |
| Hex | D2 | 58 | 72 | 0 | 3A | 2E | 12 | 15B | 3A | 3A |
| Octal | 322 | 130 | 162 | 0 | 72 | 56 | 22 | 533 | 72 | 72 |
| Binary | 11010010 | 1011000 | 1110010 | 0 | 111010 | 101110 | 10010 | 101011011 | 111010 | 111010 |
Color Harmonies of #D25872
Complementary color
Monochromatic Colors of #D25872
Black with #D25872
Text Example
Text Example
White with #D25872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25872; }
p { color: rgb(210,88,114); }
H1.HeaderClassName
{
color: #D25872;
}
.AnyTagClassName
{
color: #D25872;
}
</style>
background-color css
<style>
a { background-color: #D25872; }
a { background-color: rgb(210,88,114); }
div.DivClassName
{
background-color: #D25872;
}
.BgClassName
{
background-color: #D25872;
}
</style>
border-color css
<style>
span { border-color: #D25872; }
span { border-color: rgb(210,88,114); }
td.TdClassName
{
border-color: #D25872;
}
.TagClassName
{
border-color: #D25872;
}
</style>