Shades of Cabaret #D44869
Tints of Cabaret #D44869
RGB
CMYK
RGB Variations
Color information
#D44869 (or 0xD44869) is known color: Cabaret. HEX triplet: D4, 48 and 69. RGB value is (212,72,105). Sum of RGB (Red+Green+Blue) = 212+72+105=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D44869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44869 is #2BB796. Grayscale: #757575. Windows color (decimal): -2865047 or 6899924. OLE color: 6899924.
HSL color Cylindrical-coordinate representation of color #D44869: hue angle of 345.86º 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 #D44869 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 72 | 105 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.17 |
| HSL | 345.86º | 0.62% | 0.56% | - |
| HSV(B) | 345.86º | 0.66% | 0.83% | - |
| XYZ | 32.02 | 19.65 | 15.47 | - |
| YUV | 117.62 | 120.88 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 72 | 105 | 0 | 0.66 | 0.50 | 0.17 | 345.86 | 0.62 | 0.56 |
| Hex | D4 | 48 | 69 | 0 | 42 | 32 | 11 | 15A | 3E | 38 |
| Octal | 324 | 110 | 151 | 0 | 102 | 62 | 21 | 532 | 76 | 70 |
| Binary | 11010100 | 1001000 | 1101001 | 0 | 1000010 | 110010 | 10001 | 101011010 | 111110 | 111000 |
Color Harmonies of #D44869
Complementary color
Monochromatic Colors of #D44869
Black with #D44869
Text Example
Text Example
White with #D44869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44869; }
p { color: rgb(212,72,105); }
H1.HeaderClassName
{
color: #D44869;
}
.AnyTagClassName
{
color: #D44869;
}
</style>
background-color css
<style>
a { background-color: #D44869; }
a { background-color: rgb(212,72,105); }
div.DivClassName
{
background-color: #D44869;
}
.BgClassName
{
background-color: #D44869;
}
</style>
border-color css
<style>
span { border-color: #D44869; }
span { border-color: rgb(212,72,105); }
td.TdClassName
{
border-color: #D44869;
}
.TagClassName
{
border-color: #D44869;
}
</style>