Shades of Cabaret #D25572
Tints of Cabaret #D25572
RGB
CMYK
RGB Variations
Color information
#D25572 (or 0xD25572) is known color: Cabaret. HEX triplet: D2, 55 and 72. RGB value is (210,85,114). Sum of RGB (Red+Green+Blue) = 210+85+114=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D25572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25572 is #2DAA8D. Grayscale: #7D7D7D. Windows color (decimal): -2992782 or 7493074. OLE color: 7493074.
HSL color Cylindrical-coordinate representation of color #D25572: hue angle of 346.08º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25572 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 114 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.18 |
| HSL | 346.08º | 0.58% | 0.58% | - |
| HSV(B) | 346.08º | 0.6% | 0.82% | - |
| XYZ | 32.86 | 21.41 | 18.32 | - |
| YUV | 125.68 | 121.41 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 114 | 0 | 0.60 | 0.46 | 0.18 | 346.08 | 0.58 | 0.58 |
| Hex | D2 | 55 | 72 | 0 | 3C | 2E | 12 | 15A | 3A | 3A |
| Octal | 322 | 125 | 162 | 0 | 74 | 56 | 22 | 532 | 72 | 72 |
| Binary | 11010010 | 1010101 | 1110010 | 0 | 111100 | 101110 | 10010 | 101011010 | 111010 | 111010 |
Color Harmonies of #D25572
Complementary color
Monochromatic Colors of #D25572
Black with #D25572
Text Example
Text Example
White with #D25572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25572; }
p { color: rgb(210,85,114); }
H1.HeaderClassName
{
color: #D25572;
}
.AnyTagClassName
{
color: #D25572;
}
</style>
background-color css
<style>
a { background-color: #D25572; }
a { background-color: rgb(210,85,114); }
div.DivClassName
{
background-color: #D25572;
}
.BgClassName
{
background-color: #D25572;
}
</style>
border-color css
<style>
span { border-color: #D25572; }
span { border-color: rgb(210,85,114); }
td.TdClassName
{
border-color: #D25572;
}
.TagClassName
{
border-color: #D25572;
}
</style>