Shades of Cabaret #D44366
Tints of Cabaret #D44366
RGB
CMYK
RGB Variations
Color information
#D44366 (or 0xD44366) is known color: Cabaret. HEX triplet: D4, 43 and 66. RGB value is (212,67,102). Sum of RGB (Red+Green+Blue) = 212+67+102=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D44366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44366 is #2BBC99. Grayscale: #727272. Windows color (decimal): -2866330 or 6702036. OLE color: 6702036.
HSL color Cylindrical-coordinate representation of color #D44366: hue angle of 345.52º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D44366 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 102 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.17 |
| HSL | 345.52º | 0.63% | 0.55% | - |
| HSV(B) | 345.52º | 0.68% | 0.83% | - |
| XYZ | 31.56 | 18.97 | 14.57 | - |
| YUV | 114.35 | 121.04 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 102 | 0 | 0.68 | 0.52 | 0.17 | 345.52 | 0.63 | 0.55 |
| Hex | D4 | 43 | 66 | 0 | 44 | 34 | 11 | 15A | 3F | 37 |
| Octal | 324 | 103 | 146 | 0 | 104 | 64 | 21 | 532 | 77 | 67 |
| Binary | 11010100 | 1000011 | 1100110 | 0 | 1000100 | 110100 | 10001 | 101011010 | 111111 | 110111 |
Color Harmonies of #D44366
Complementary color
Monochromatic Colors of #D44366
Black with #D44366
Text Example
Text Example
White with #D44366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44366; }
p { color: rgb(212,67,102); }
H1.HeaderClassName
{
color: #D44366;
}
.AnyTagClassName
{
color: #D44366;
}
</style>
background-color css
<style>
a { background-color: #D44366; }
a { background-color: rgb(212,67,102); }
div.DivClassName
{
background-color: #D44366;
}
.BgClassName
{
background-color: #D44366;
}
</style>
border-color css
<style>
span { border-color: #D44366; }
span { border-color: rgb(212,67,102); }
td.TdClassName
{
border-color: #D44366;
}
.TagClassName
{
border-color: #D44366;
}
</style>