Shades of Cabaret #D35273
Tints of Cabaret #D35273
RGB
CMYK
RGB Variations
Color information
#D35273 (or 0xD35273) is known color: Cabaret. HEX triplet: D3, 52 and 73. RGB value is (211,82,115). Sum of RGB (Red+Green+Blue) = 211+82+115=408 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.72% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 211 - color contains mainly: red. Hex color #D35273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35273 is #2CAD8C. Grayscale: #7C7C7C. Windows color (decimal): -2928013 or 7557843. OLE color: 7557843.
HSL color Cylindrical-coordinate representation of color #D35273: hue angle of 344.65º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D35273 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 82 | 115 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.17 |
| HSL | 344.65º | 0.59% | 0.57% | - |
| HSV(B) | 344.65º | 0.61% | 0.83% | - |
| XYZ | 32.98 | 21.12 | 18.56 | - |
| YUV | 124.33 | 122.74 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 82 | 115 | 0 | 0.61 | 0.45 | 0.17 | 344.65 | 0.59 | 0.57 |
| Hex | D3 | 52 | 73 | 0 | 3D | 2D | 11 | 159 | 3B | 39 |
| Octal | 323 | 122 | 163 | 0 | 75 | 55 | 21 | 531 | 73 | 71 |
| Binary | 11010011 | 1010010 | 1110011 | 0 | 111101 | 101101 | 10001 | 101011001 | 111011 | 111001 |
Color Harmonies of #D35273
Complementary color
Monochromatic Colors of #D35273
Black with #D35273
Text Example
Text Example
White with #D35273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35273; }
p { color: rgb(211,82,115); }
H1.HeaderClassName
{
color: #D35273;
}
.AnyTagClassName
{
color: #D35273;
}
</style>
background-color css
<style>
a { background-color: #D35273; }
a { background-color: rgb(211,82,115); }
div.DivClassName
{
background-color: #D35273;
}
.BgClassName
{
background-color: #D35273;
}
</style>
border-color css
<style>
span { border-color: #D35273; }
span { border-color: rgb(211,82,115); }
td.TdClassName
{
border-color: #D35273;
}
.TagClassName
{
border-color: #D35273;
}
</style>