Shades of Cabaret #D25968
Tints of Cabaret #D25968
RGB
CMYK
RGB Variations
Color information
#D25968 (or 0xD25968) is known color: Cabaret. HEX triplet: D2, 59 and 68. RGB value is (210,89,104). Sum of RGB (Red+Green+Blue) = 210+89+104=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D25968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25968 is #2DA697. Grayscale: #7E7E7E. Windows color (decimal): -2991768 or 6838738. OLE color: 6838738.
HSL color Cylindrical-coordinate representation of color #D25968: hue angle of 352.56º 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 #D25968 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 104 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.18 |
| HSL | 352.56º | 0.57% | 0.59% | - |
| HSV(B) | 352.56º | 0.58% | 0.82% | - |
| XYZ | 32.65 | 21.85 | 15.59 | - |
| YUV | 126.89 | 115.09 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 104 | 0 | 0.58 | 0.50 | 0.18 | 352.56 | 0.57 | 0.59 |
| Hex | D2 | 59 | 68 | 0 | 3A | 32 | 12 | 161 | 39 | 3B |
| Octal | 322 | 131 | 150 | 0 | 72 | 62 | 22 | 541 | 71 | 73 |
| Binary | 11010010 | 1011001 | 1101000 | 0 | 111010 | 110010 | 10010 | 101100001 | 111001 | 111011 |
Color Harmonies of #D25968
Complementary color
Monochromatic Colors of #D25968
Black with #D25968
Text Example
Text Example
White with #D25968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25968; }
p { color: rgb(210,89,104); }
H1.HeaderClassName
{
color: #D25968;
}
.AnyTagClassName
{
color: #D25968;
}
</style>
background-color css
<style>
a { background-color: #D25968; }
a { background-color: rgb(210,89,104); }
div.DivClassName
{
background-color: #D25968;
}
.BgClassName
{
background-color: #D25968;
}
</style>
border-color css
<style>
span { border-color: #D25968; }
span { border-color: rgb(210,89,104); }
td.TdClassName
{
border-color: #D25968;
}
.TagClassName
{
border-color: #D25968;
}
</style>