Shades of Cabaret #D25575
Tints of Cabaret #D25575
RGB
CMYK
RGB Variations
Color information
#D25575 (or 0xD25575) is known color: Cabaret. HEX triplet: D2, 55 and 75. RGB value is (210,85,117). Sum of RGB (Red+Green+Blue) = 210+85+117=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D25575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25575 is #2DAA8A. Grayscale: #7E7E7E. Windows color (decimal): -2992779 or 7689682. OLE color: 7689682.
HSL color Cylindrical-coordinate representation of color #D25575: hue angle of 344.64º 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 #D25575 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 117 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.18 |
| HSL | 344.64º | 0.58% | 0.58% | - |
| HSV(B) | 344.64º | 0.6% | 0.82% | - |
| XYZ | 33.04 | 21.48 | 19.23 | - |
| YUV | 126.02 | 122.91 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 117 | 0 | 0.60 | 0.44 | 0.18 | 344.64 | 0.58 | 0.58 |
| Hex | D2 | 55 | 75 | 0 | 3C | 2C | 12 | 159 | 3A | 3A |
| Octal | 322 | 125 | 165 | 0 | 74 | 54 | 22 | 531 | 72 | 72 |
| Binary | 11010010 | 1010101 | 1110101 | 0 | 111100 | 101100 | 10010 | 101011001 | 111010 | 111010 |
Color Harmonies of #D25575
Complementary color
Monochromatic Colors of #D25575
Black with #D25575
Text Example
Text Example
White with #D25575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25575; }
p { color: rgb(210,85,117); }
H1.HeaderClassName
{
color: #D25575;
}
.AnyTagClassName
{
color: #D25575;
}
</style>
background-color css
<style>
a { background-color: #D25575; }
a { background-color: rgb(210,85,117); }
div.DivClassName
{
background-color: #D25575;
}
.BgClassName
{
background-color: #D25575;
}
</style>
border-color css
<style>
span { border-color: #D25575; }
span { border-color: rgb(210,85,117); }
td.TdClassName
{
border-color: #D25575;
}
.TagClassName
{
border-color: #D25575;
}
</style>