Shades of Cabaret #D25971
Tints of Cabaret #D25971
RGB
CMYK
RGB Variations
Color information
#D25971 (or 0xD25971) is known color: Cabaret. HEX triplet: D2, 59 and 71. RGB value is (210,89,113). Sum of RGB (Red+Green+Blue) = 210+89+113=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D25971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25971 is #2DA68E. Grayscale: #7F7F7F. Windows color (decimal): -2991759 or 7428562. OLE color: 7428562.
HSL color Cylindrical-coordinate representation of color #D25971: hue angle of 348.1º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25971 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 113 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.18 |
| HSL | 348.1º | 0.57% | 0.59% | - |
| HSV(B) | 348.1º | 0.58% | 0.82% | - |
| XYZ | 33.13 | 22.04 | 18.13 | - |
| YUV | 127.92 | 119.59 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 113 | 0 | 0.58 | 0.46 | 0.18 | 348.1 | 0.57 | 0.59 |
| Hex | D2 | 59 | 71 | 0 | 3A | 2E | 12 | 15C | 39 | 3B |
| Octal | 322 | 131 | 161 | 0 | 72 | 56 | 22 | 534 | 71 | 73 |
| Binary | 11010010 | 1011001 | 1110001 | 0 | 111010 | 101110 | 10010 | 101011100 | 111001 | 111011 |
Color Harmonies of #D25971
Complementary color
Monochromatic Colors of #D25971
Black with #D25971
Text Example
Text Example
White with #D25971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25971; }
p { color: rgb(210,89,113); }
H1.HeaderClassName
{
color: #D25971;
}
.AnyTagClassName
{
color: #D25971;
}
</style>
background-color css
<style>
a { background-color: #D25971; }
a { background-color: rgb(210,89,113); }
div.DivClassName
{
background-color: #D25971;
}
.BgClassName
{
background-color: #D25971;
}
</style>
border-color css
<style>
span { border-color: #D25971; }
span { border-color: rgb(210,89,113); }
td.TdClassName
{
border-color: #D25971;
}
.TagClassName
{
border-color: #D25971;
}
</style>