Shades of Cabaret #D44A64
Tints of Cabaret #D44A64
RGB
CMYK
RGB Variations
Color information
#D44A64 (or 0xD44A64) is known color: Cabaret. HEX triplet: D4, 4A and 64. RGB value is (212,74,100). Sum of RGB (Red+Green+Blue) = 212+74+100=386 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.92% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 212 - color contains mainly: red. Hex color #D44A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44A64 is #2BB59B. Grayscale: #767676. Windows color (decimal): -2864540 or 6572756. OLE color: 6572756.
HSL color Cylindrical-coordinate representation of color #D44A64: hue angle of 348.7º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44A64 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 74 | 100 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.17 |
| HSL | 348.7º | 0.62% | 0.56% | - |
| HSV(B) | 348.7º | 0.65% | 0.83% | - |
| XYZ | 31.9 | 19.81 | 14.2 | - |
| YUV | 118.23 | 117.72 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 74 | 100 | 0 | 0.65 | 0.53 | 0.17 | 348.7 | 0.62 | 0.56 |
| Hex | D4 | 4A | 64 | 0 | 41 | 35 | 11 | 15D | 3E | 38 |
| Octal | 324 | 112 | 144 | 0 | 101 | 65 | 21 | 535 | 76 | 70 |
| Binary | 11010100 | 1001010 | 1100100 | 0 | 1000001 | 110101 | 10001 | 101011101 | 111110 | 111000 |
Color Harmonies of #D44A64
Complementary color
Monochromatic Colors of #D44A64
Black with #D44A64
Text Example
Text Example
White with #D44A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44A64; }
p { color: rgb(212,74,100); }
H1.HeaderClassName
{
color: #D44A64;
}
.AnyTagClassName
{
color: #D44A64;
}
</style>
background-color css
<style>
a { background-color: #D44A64; }
a { background-color: rgb(212,74,100); }
div.DivClassName
{
background-color: #D44A64;
}
.BgClassName
{
background-color: #D44A64;
}
</style>
border-color css
<style>
span { border-color: #D44A64; }
span { border-color: rgb(212,74,100); }
td.TdClassName
{
border-color: #D44A64;
}
.TagClassName
{
border-color: #D44A64;
}
</style>