Shades of Cabaret #D25974
Tints of Cabaret #D25974
RGB
CMYK
RGB Variations
Color information
#D25974 (or 0xD25974) is known color: Cabaret. HEX triplet: D2, 59 and 74. RGB value is (210,89,116). Sum of RGB (Red+Green+Blue) = 210+89+116=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D25974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25974 is #2DA68B. Grayscale: #808080. Windows color (decimal): -2991756 or 7625170. OLE color: 7625170.
HSL color Cylindrical-coordinate representation of color #D25974: hue angle of 346.61º 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 #D25974 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 116 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.18 |
| HSL | 346.61º | 0.57% | 0.59% | - |
| HSV(B) | 346.61º | 0.58% | 0.82% | - |
| XYZ | 33.3 | 22.11 | 19.03 | - |
| YUV | 128.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 116 | 0 | 0.58 | 0.45 | 0.18 | 346.61 | 0.57 | 0.59 |
| Hex | D2 | 59 | 74 | 0 | 3A | 2D | 12 | 15B | 39 | 3B |
| Octal | 322 | 131 | 164 | 0 | 72 | 55 | 22 | 533 | 71 | 73 |
| Binary | 11010010 | 1011001 | 1110100 | 0 | 111010 | 101101 | 10010 | 101011011 | 111001 | 111011 |
Color Harmonies of #D25974
Complementary color
Monochromatic Colors of #D25974
Black with #D25974
Text Example
Text Example
White with #D25974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25974; }
p { color: rgb(210,89,116); }
H1.HeaderClassName
{
color: #D25974;
}
.AnyTagClassName
{
color: #D25974;
}
</style>
background-color css
<style>
a { background-color: #D25974; }
a { background-color: rgb(210,89,116); }
div.DivClassName
{
background-color: #D25974;
}
.BgClassName
{
background-color: #D25974;
}
</style>
border-color css
<style>
span { border-color: #D25974; }
span { border-color: rgb(210,89,116); }
td.TdClassName
{
border-color: #D25974;
}
.TagClassName
{
border-color: #D25974;
}
</style>