Shades of Cabaret #D44465
Tints of Cabaret #D44465
RGB
CMYK
RGB Variations
Color information
#D44465 (or 0xD44465) is known color: Cabaret. HEX triplet: D4, 44 and 65. RGB value is (212,68,101). Sum of RGB (Red+Green+Blue) = 212+68+101=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D44465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44465 is #2BBB9A. Grayscale: #727272. Windows color (decimal): -2866075 or 6636756. OLE color: 6636756.
HSL color Cylindrical-coordinate representation of color #D44465: hue angle of 346.25º 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 #D44465 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 68 | 101 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.17 |
| HSL | 346.25º | 0.63% | 0.55% | - |
| HSV(B) | 346.25º | 0.68% | 0.83% | - |
| XYZ | 31.57 | 19.07 | 14.33 | - |
| YUV | 114.82 | 120.21 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 68 | 101 | 0 | 0.68 | 0.52 | 0.17 | 346.25 | 0.63 | 0.55 |
| Hex | D4 | 44 | 65 | 0 | 44 | 34 | 11 | 15A | 3F | 37 |
| Octal | 324 | 104 | 145 | 0 | 104 | 64 | 21 | 532 | 77 | 67 |
| Binary | 11010100 | 1000100 | 1100101 | 0 | 1000100 | 110100 | 10001 | 101011010 | 111111 | 110111 |
Color Harmonies of #D44465
Complementary color
Monochromatic Colors of #D44465
Black with #D44465
Text Example
Text Example
White with #D44465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44465; }
p { color: rgb(212,68,101); }
H1.HeaderClassName
{
color: #D44465;
}
.AnyTagClassName
{
color: #D44465;
}
</style>
background-color css
<style>
a { background-color: #D44465; }
a { background-color: rgb(212,68,101); }
div.DivClassName
{
background-color: #D44465;
}
.BgClassName
{
background-color: #D44465;
}
</style>
border-color css
<style>
span { border-color: #D44465; }
span { border-color: rgb(212,68,101); }
td.TdClassName
{
border-color: #D44465;
}
.TagClassName
{
border-color: #D44465;
}
</style>