Shades of Cabaret #D44F6A
Tints of Cabaret #D44F6A
RGB
CMYK
RGB Variations
Color information
#D44F6A (or 0xD44F6A) is known color: Cabaret. HEX triplet: D4, 4F and 6A. RGB value is (212,79,106). Sum of RGB (Red+Green+Blue) = 212+79+106=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D44F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D44F6A is #2BB095. Grayscale: #797979. Windows color (decimal): -2863254 or 6967252. OLE color: 6967252.
HSL color Cylindrical-coordinate representation of color #D44F6A: hue angle of 347.82º 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 #D44F6A is Cyan = 0, Magento = 0.63, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 79 | 106 | - |
| CMYK | 0 | 0.63 | 0.5 | 0.17 |
| HSL | 347.82º | 0.61% | 0.57% | - |
| HSV(B) | 347.82º | 0.63% | 0.83% | - |
| XYZ | 32.55 | 20.63 | 15.9 | - |
| YUV | 121.85 | 119.06 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 79 | 106 | 0 | 0.63 | 0.5 | 0.17 | 347.82 | 0.61 | 0.57 |
| Hex | D4 | 4F | 6A | 0 | 3F | 32 | 11 | 15C | 3D | 39 |
| Octal | 324 | 117 | 152 | 0 | 77 | 62 | 21 | 534 | 75 | 71 |
| Binary | 11010100 | 1001111 | 1101010 | 0 | 111111 | 110010 | 10001 | 101011100 | 111101 | 111001 |
Color Harmonies of #D44F6A
Complementary color
Monochromatic Colors of #D44F6A
Black with #D44F6A
Text Example
Text Example
White with #D44F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44F6A; }
p { color: rgb(212,79,106); }
H1.HeaderClassName
{
color: #D44F6A;
}
.AnyTagClassName
{
color: #D44F6A;
}
</style>
background-color css
<style>
a { background-color: #D44F6A; }
a { background-color: rgb(212,79,106); }
div.DivClassName
{
background-color: #D44F6A;
}
.BgClassName
{
background-color: #D44F6A;
}
</style>
border-color css
<style>
span { border-color: #D44F6A; }
span { border-color: rgb(212,79,106); }
td.TdClassName
{
border-color: #D44F6A;
}
.TagClassName
{
border-color: #D44F6A;
}
</style>