Shades of Cabaret #D44E6A
Tints of Cabaret #D44E6A
RGB
CMYK
RGB Variations
Color information
#D44E6A (or 0xD44E6A) is known color: Cabaret. HEX triplet: D4, 4E and 6A. RGB value is (212,78,106). Sum of RGB (Red+Green+Blue) = 212+78+106=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D44E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44E6A is #2BB195. Grayscale: #797979. Windows color (decimal): -2863510 or 6966996. OLE color: 6966996.
HSL color Cylindrical-coordinate representation of color #D44E6A: hue angle of 347.46º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D44E6A is Cyan = 0, Magento = 0.63, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 78 | 106 | - |
| CMYK | 0 | 0.63 | 0.5 | 0.17 |
| HSL | 347.46º | 0.61% | 0.57% | - |
| HSV(B) | 347.46º | 0.63% | 0.83% | - |
| XYZ | 32.48 | 20.49 | 15.88 | - |
| YUV | 121.26 | 119.39 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 78 | 106 | 0 | 0.63 | 0.5 | 0.17 | 347.46 | 0.61 | 0.57 |
| Hex | D4 | 4E | 6A | 0 | 3F | 32 | 11 | 15B | 3D | 39 |
| Octal | 324 | 116 | 152 | 0 | 77 | 62 | 21 | 533 | 75 | 71 |
| Binary | 11010100 | 1001110 | 1101010 | 0 | 111111 | 110010 | 10001 | 101011011 | 111101 | 111001 |
Color Harmonies of #D44E6A
Complementary color
Monochromatic Colors of #D44E6A
Black with #D44E6A
Text Example
Text Example
White with #D44E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44E6A; }
p { color: rgb(212,78,106); }
H1.HeaderClassName
{
color: #D44E6A;
}
.AnyTagClassName
{
color: #D44E6A;
}
</style>
background-color css
<style>
a { background-color: #D44E6A; }
a { background-color: rgb(212,78,106); }
div.DivClassName
{
background-color: #D44E6A;
}
.BgClassName
{
background-color: #D44E6A;
}
</style>
border-color css
<style>
span { border-color: #D44E6A; }
span { border-color: rgb(212,78,106); }
td.TdClassName
{
border-color: #D44E6A;
}
.TagClassName
{
border-color: #D44E6A;
}
</style>