Shades of Cabaret #D25775
Tints of Cabaret #D25775
RGB
CMYK
RGB Variations
Color information
#D25775 (or 0xD25775) is known color: Cabaret. HEX triplet: D2, 57 and 75. RGB value is (210,87,117). Sum of RGB (Red+Green+Blue) = 210+87+117=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 87 (34.38% from 255 or 21.01% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D25775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25775 is #2DA88A. Grayscale: #7F7F7F. Windows color (decimal): -2992267 or 7690194. OLE color: 7690194.
HSL color Cylindrical-coordinate representation of color #D25775: hue angle of 345.37º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25775 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 87 | 117 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.18 |
| HSL | 345.37º | 0.58% | 0.58% | - |
| HSV(B) | 345.37º | 0.59% | 0.82% | - |
| XYZ | 33.2 | 21.8 | 19.29 | - |
| YUV | 127.2 | 122.25 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 87 | 117 | 0 | 0.59 | 0.44 | 0.18 | 345.37 | 0.58 | 0.58 |
| Hex | D2 | 57 | 75 | 0 | 3B | 2C | 12 | 159 | 3A | 3A |
| Octal | 322 | 127 | 165 | 0 | 73 | 54 | 22 | 531 | 72 | 72 |
| Binary | 11010010 | 1010111 | 1110101 | 0 | 111011 | 101100 | 10010 | 101011001 | 111010 | 111010 |
Color Harmonies of #D25775
Complementary color
Monochromatic Colors of #D25775
Black with #D25775
Text Example
Text Example
White with #D25775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25775; }
p { color: rgb(210,87,117); }
H1.HeaderClassName
{
color: #D25775;
}
.AnyTagClassName
{
color: #D25775;
}
</style>
background-color css
<style>
a { background-color: #D25775; }
a { background-color: rgb(210,87,117); }
div.DivClassName
{
background-color: #D25775;
}
.BgClassName
{
background-color: #D25775;
}
</style>
border-color css
<style>
span { border-color: #D25775; }
span { border-color: rgb(210,87,117); }
td.TdClassName
{
border-color: #D25775;
}
.TagClassName
{
border-color: #D25775;
}
</style>