Shades of Cabaret #D44962
Tints of Cabaret #D44962
RGB
CMYK
RGB Variations
Color information
#D44962 (or 0xD44962) is known color: Cabaret. HEX triplet: D4, 49 and 62. RGB value is (212,73,98). Sum of RGB (Red+Green+Blue) = 212+73+98=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D44962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44962 is #2BB69D. Grayscale: #757575. Windows color (decimal): -2864798 or 6441428. OLE color: 6441428.
HSL color Cylindrical-coordinate representation of color #D44962: hue angle of 349.21º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D44962 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 98 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.17 |
| HSL | 349.21º | 0.62% | 0.56% | - |
| HSV(B) | 349.21º | 0.66% | 0.83% | - |
| XYZ | 31.74 | 19.64 | 13.67 | - |
| YUV | 117.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 98 | 0 | 0.66 | 0.54 | 0.17 | 349.21 | 0.62 | 0.56 |
| Hex | D4 | 49 | 62 | 0 | 42 | 36 | 11 | 15D | 3E | 38 |
| Octal | 324 | 111 | 142 | 0 | 102 | 66 | 21 | 535 | 76 | 70 |
| Binary | 11010100 | 1001001 | 1100010 | 0 | 1000010 | 110110 | 10001 | 101011101 | 111110 | 111000 |
Color Harmonies of #D44962
Complementary color
Monochromatic Colors of #D44962
Black with #D44962
Text Example
Text Example
White with #D44962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44962; }
p { color: rgb(212,73,98); }
H1.HeaderClassName
{
color: #D44962;
}
.AnyTagClassName
{
color: #D44962;
}
</style>
background-color css
<style>
a { background-color: #D44962; }
a { background-color: rgb(212,73,98); }
div.DivClassName
{
background-color: #D44962;
}
.BgClassName
{
background-color: #D44962;
}
</style>
border-color css
<style>
span { border-color: #D44962; }
span { border-color: rgb(212,73,98); }
td.TdClassName
{
border-color: #D44962;
}
.TagClassName
{
border-color: #D44962;
}
</style>