Shades of Cabaret #D44664
Tints of Cabaret #D44664
RGB
CMYK
RGB Variations
Color information
#D44664 (or 0xD44664) is known color: Cabaret. HEX triplet: D4, 46 and 64. RGB value is (212,70,100). Sum of RGB (Red+Green+Blue) = 212+70+100=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D44664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44664 is #2BB99B. Grayscale: #737373. Windows color (decimal): -2865564 or 6571732. OLE color: 6571732.
HSL color Cylindrical-coordinate representation of color #D44664: hue angle of 347.32º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D44664 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 100 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.17 |
| HSL | 347.32º | 0.62% | 0.55% | - |
| HSV(B) | 347.32º | 0.67% | 0.83% | - |
| XYZ | 31.64 | 19.3 | 14.11 | - |
| YUV | 115.88 | 119.04 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 100 | 0 | 0.67 | 0.53 | 0.17 | 347.32 | 0.62 | 0.55 |
| Hex | D4 | 46 | 64 | 0 | 43 | 35 | 11 | 15B | 3E | 37 |
| Octal | 324 | 106 | 144 | 0 | 103 | 65 | 21 | 533 | 76 | 67 |
| Binary | 11010100 | 1000110 | 1100100 | 0 | 1000011 | 110101 | 10001 | 101011011 | 111110 | 110111 |
Color Harmonies of #D44664
Complementary color
Monochromatic Colors of #D44664
Black with #D44664
Text Example
Text Example
White with #D44664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44664; }
p { color: rgb(212,70,100); }
H1.HeaderClassName
{
color: #D44664;
}
.AnyTagClassName
{
color: #D44664;
}
</style>
background-color css
<style>
a { background-color: #D44664; }
a { background-color: rgb(212,70,100); }
div.DivClassName
{
background-color: #D44664;
}
.BgClassName
{
background-color: #D44664;
}
</style>
border-color css
<style>
span { border-color: #D44664; }
span { border-color: rgb(212,70,100); }
td.TdClassName
{
border-color: #D44664;
}
.TagClassName
{
border-color: #D44664;
}
</style>