Shades of Cabaret #D35B72
Tints of Cabaret #D35B72
RGB
CMYK
RGB Variations
Color information
#D35B72 (or 0xD35B72) is known color: Cabaret. HEX triplet: D3, 5B and 72. RGB value is (211,91,114). Sum of RGB (Red+Green+Blue) = 211+91+114=416 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.72% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 211 - color contains mainly: red. Hex color #D35B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35B72 is #2CA48D. Grayscale: #818181. Windows color (decimal): -2925710 or 7494611. OLE color: 7494611.
HSL color Cylindrical-coordinate representation of color #D35B72: hue angle of 348.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D35B72 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 91 | 114 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.17 |
| HSL | 348.5º | 0.58% | 0.59% | - |
| HSV(B) | 348.5º | 0.57% | 0.83% | - |
| XYZ | 33.64 | 22.55 | 18.5 | - |
| YUV | 129.5 | 119.26 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 91 | 114 | 0 | 0.57 | 0.46 | 0.17 | 348.5 | 0.58 | 0.59 |
| Hex | D3 | 5B | 72 | 0 | 39 | 2E | 11 | 15C | 3A | 3B |
| Octal | 323 | 133 | 162 | 0 | 71 | 56 | 21 | 534 | 72 | 73 |
| Binary | 11010011 | 1011011 | 1110010 | 0 | 111001 | 101110 | 10001 | 101011100 | 111010 | 111011 |
Color Harmonies of #D35B72
Complementary color
Monochromatic Colors of #D35B72
Black with #D35B72
Text Example
Text Example
White with #D35B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35B72; }
p { color: rgb(211,91,114); }
H1.HeaderClassName
{
color: #D35B72;
}
.AnyTagClassName
{
color: #D35B72;
}
</style>
background-color css
<style>
a { background-color: #D35B72; }
a { background-color: rgb(211,91,114); }
div.DivClassName
{
background-color: #D35B72;
}
.BgClassName
{
background-color: #D35B72;
}
</style>
border-color css
<style>
span { border-color: #D35B72; }
span { border-color: rgb(211,91,114); }
td.TdClassName
{
border-color: #D35B72;
}
.TagClassName
{
border-color: #D35B72;
}
</style>