Shades of Cabaret #D44663
Tints of Cabaret #D44663
RGB
CMYK
RGB Variations
Color information
#D44663 (or 0xD44663) is known color: Cabaret. HEX triplet: D4, 46 and 63. RGB value is (212,70,99). Sum of RGB (Red+Green+Blue) = 212+70+99=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D44663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44663 is #2BB99C. Grayscale: #737373. Windows color (decimal): -2865565 or 6506196. OLE color: 6506196.
HSL color Cylindrical-coordinate representation of color #D44663: hue angle of 347.75º 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 #D44663 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 99 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.17 |
| HSL | 347.75º | 0.62% | 0.55% | - |
| HSV(B) | 347.75º | 0.67% | 0.83% | - |
| XYZ | 31.59 | 19.28 | 13.86 | - |
| YUV | 115.76 | 118.54 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 99 | 0 | 0.67 | 0.53 | 0.17 | 347.75 | 0.62 | 0.55 |
| Hex | D4 | 46 | 63 | 0 | 43 | 35 | 11 | 15C | 3E | 37 |
| Octal | 324 | 106 | 143 | 0 | 103 | 65 | 21 | 534 | 76 | 67 |
| Binary | 11010100 | 1000110 | 1100011 | 0 | 1000011 | 110101 | 10001 | 101011100 | 111110 | 110111 |
Color Harmonies of #D44663
Complementary color
Monochromatic Colors of #D44663
Black with #D44663
Text Example
Text Example
White with #D44663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44663; }
p { color: rgb(212,70,99); }
H1.HeaderClassName
{
color: #D44663;
}
.AnyTagClassName
{
color: #D44663;
}
</style>
background-color css
<style>
a { background-color: #D44663; }
a { background-color: rgb(212,70,99); }
div.DivClassName
{
background-color: #D44663;
}
.BgClassName
{
background-color: #D44663;
}
</style>
border-color css
<style>
span { border-color: #D44663; }
span { border-color: rgb(212,70,99); }
td.TdClassName
{
border-color: #D44663;
}
.TagClassName
{
border-color: #D44663;
}
</style>