Shades of Cabaret #D45E6E
Tints of Cabaret #D45E6E
RGB
CMYK
RGB Variations
Color information
#D45E6E (or 0xD45E6E) is known color: Cabaret. HEX triplet: D4, 5E and 6E. RGB value is (212,94,110). Sum of RGB (Red+Green+Blue) = 212+94+110=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D45E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45E6E is #2BA191. Grayscale: #838383. Windows color (decimal): -2859410 or 7233236. OLE color: 7233236.
HSL color Cylindrical-coordinate representation of color #D45E6E: hue angle of 351.86º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D45E6E is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 94 | 110 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.17 |
| HSL | 351.86º | 0.58% | 0.6% | - |
| HSV(B) | 351.86º | 0.56% | 0.83% | - |
| XYZ | 33.97 | 23.13 | 17.43 | - |
| YUV | 131.11 | 116.09 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 94 | 110 | 0 | 0.56 | 0.48 | 0.17 | 351.86 | 0.58 | 0.6 |
| Hex | D4 | 5E | 6E | 0 | 38 | 30 | 11 | 160 | 3A | 3C |
| Octal | 324 | 136 | 156 | 0 | 70 | 60 | 21 | 540 | 72 | 74 |
| Binary | 11010100 | 1011110 | 1101110 | 0 | 111000 | 110000 | 10001 | 101100000 | 111010 | 111100 |
Color Harmonies of #D45E6E
Complementary color
Monochromatic Colors of #D45E6E
Black with #D45E6E
Text Example
Text Example
White with #D45E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45E6E; }
p { color: rgb(212,94,110); }
H1.HeaderClassName
{
color: #D45E6E;
}
.AnyTagClassName
{
color: #D45E6E;
}
</style>
background-color css
<style>
a { background-color: #D45E6E; }
a { background-color: rgb(212,94,110); }
div.DivClassName
{
background-color: #D45E6E;
}
.BgClassName
{
background-color: #D45E6E;
}
</style>
border-color css
<style>
span { border-color: #D45E6E; }
span { border-color: rgb(212,94,110); }
td.TdClassName
{
border-color: #D45E6E;
}
.TagClassName
{
border-color: #D45E6E;
}
</style>