Shades of Cabaret #D44562
Tints of Cabaret #D44562
RGB
CMYK
RGB Variations
Color information
#D44562 (or 0xD44562) is known color: Cabaret. HEX triplet: D4, 45 and 62. RGB value is (212,69,98). Sum of RGB (Red+Green+Blue) = 212+69+98=379 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.94% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 212 - color contains mainly: red. Hex color #D44562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44562 is #2BBA9D. Grayscale: #737373. Windows color (decimal): -2865822 or 6440404. OLE color: 6440404.
HSL color Cylindrical-coordinate representation of color #D44562: hue angle of 347.83º 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 #D44562 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 98 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.17 |
| HSL | 347.83º | 0.62% | 0.55% | - |
| HSV(B) | 347.83º | 0.67% | 0.83% | - |
| XYZ | 31.48 | 19.14 | 13.59 | - |
| YUV | 115.06 | 118.38 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 98 | 0 | 0.67 | 0.54 | 0.17 | 347.83 | 0.62 | 0.55 |
| Hex | D4 | 45 | 62 | 0 | 43 | 36 | 11 | 15C | 3E | 37 |
| Octal | 324 | 105 | 142 | 0 | 103 | 66 | 21 | 534 | 76 | 67 |
| Binary | 11010100 | 1000101 | 1100010 | 0 | 1000011 | 110110 | 10001 | 101011100 | 111110 | 110111 |
Color Harmonies of #D44562
Complementary color
Monochromatic Colors of #D44562
Black with #D44562
Text Example
Text Example
White with #D44562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44562; }
p { color: rgb(212,69,98); }
H1.HeaderClassName
{
color: #D44562;
}
.AnyTagClassName
{
color: #D44562;
}
</style>
background-color css
<style>
a { background-color: #D44562; }
a { background-color: rgb(212,69,98); }
div.DivClassName
{
background-color: #D44562;
}
.BgClassName
{
background-color: #D44562;
}
</style>
border-color css
<style>
span { border-color: #D44562; }
span { border-color: rgb(212,69,98); }
td.TdClassName
{
border-color: #D44562;
}
.TagClassName
{
border-color: #D44562;
}
</style>