Shades of Cabaret #D4536B
Tints of Cabaret #D4536B
RGB
CMYK
RGB Variations
Color information
#D4536B (or 0xD4536B) is known color: Cabaret. HEX triplet: D4, 53 and 6B. RGB value is (212,83,107). Sum of RGB (Red+Green+Blue) = 212+83+107=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D4536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4536B is #2BAC94. Grayscale: #7C7C7C. Windows color (decimal): -2862229 or 7033812. OLE color: 7033812.
HSL color Cylindrical-coordinate representation of color #D4536B: hue angle of 348.84º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4536B is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 107 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.17 |
| HSL | 348.84º | 0.6% | 0.58% | - |
| HSV(B) | 348.84º | 0.61% | 0.83% | - |
| XYZ | 32.9 | 21.25 | 16.28 | - |
| YUV | 124.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 107 | 0 | 0.61 | 0.50 | 0.17 | 348.84 | 0.6 | 0.58 |
| Hex | D4 | 53 | 6B | 0 | 3D | 32 | 11 | 15D | 3C | 3A |
| Octal | 324 | 123 | 153 | 0 | 75 | 62 | 21 | 535 | 74 | 72 |
| Binary | 11010100 | 1010011 | 1101011 | 0 | 111101 | 110010 | 10001 | 101011101 | 111100 | 111010 |
Color Harmonies of #D4536B
Complementary color
Monochromatic Colors of #D4536B
Black with #D4536B
Text Example
Text Example
White with #D4536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4536B; }
p { color: rgb(212,83,107); }
H1.HeaderClassName
{
color: #D4536B;
}
.AnyTagClassName
{
color: #D4536B;
}
</style>
background-color css
<style>
a { background-color: #D4536B; }
a { background-color: rgb(212,83,107); }
div.DivClassName
{
background-color: #D4536B;
}
.BgClassName
{
background-color: #D4536B;
}
</style>
border-color css
<style>
span { border-color: #D4536B; }
span { border-color: rgb(212,83,107); }
td.TdClassName
{
border-color: #D4536B;
}
.TagClassName
{
border-color: #D4536B;
}
</style>