Shades of Cabaret #D35870
Tints of Cabaret #D35870
RGB
CMYK
RGB Variations
Color information
#D35870 (or 0xD35870) is known color: Cabaret. HEX triplet: D3, 58 and 70. RGB value is (211,88,112). Sum of RGB (Red+Green+Blue) = 211+88+112=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D35870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35870 is #2CA78F. Grayscale: #7F7F7F. Windows color (decimal): -2926480 or 7362771. OLE color: 7362771.
HSL color Cylindrical-coordinate representation of color #D35870: hue angle of 348.29º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D35870 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 88 | 112 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.17 |
| HSL | 348.29º | 0.58% | 0.59% | - |
| HSV(B) | 348.29º | 0.58% | 0.83% | - |
| XYZ | 33.28 | 22 | 17.82 | - |
| YUV | 127.51 | 119.25 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 88 | 112 | 0 | 0.58 | 0.47 | 0.17 | 348.29 | 0.58 | 0.59 |
| Hex | D3 | 58 | 70 | 0 | 3A | 2F | 11 | 15C | 3A | 3B |
| Octal | 323 | 130 | 160 | 0 | 72 | 57 | 21 | 534 | 72 | 73 |
| Binary | 11010011 | 1011000 | 1110000 | 0 | 111010 | 101111 | 10001 | 101011100 | 111010 | 111011 |
Color Harmonies of #D35870
Complementary color
Monochromatic Colors of #D35870
Black with #D35870
Text Example
Text Example
White with #D35870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35870; }
p { color: rgb(211,88,112); }
H1.HeaderClassName
{
color: #D35870;
}
.AnyTagClassName
{
color: #D35870;
}
</style>
background-color css
<style>
a { background-color: #D35870; }
a { background-color: rgb(211,88,112); }
div.DivClassName
{
background-color: #D35870;
}
.BgClassName
{
background-color: #D35870;
}
</style>
border-color css
<style>
span { border-color: #D35870; }
span { border-color: rgb(211,88,112); }
td.TdClassName
{
border-color: #D35870;
}
.TagClassName
{
border-color: #D35870;
}
</style>