Shades of Cabaret #D44968
Tints of Cabaret #D44968
RGB
CMYK
RGB Variations
Color information
#D44968 (or 0xD44968) is known color: Cabaret. HEX triplet: D4, 49 and 68. RGB value is (212,73,104). Sum of RGB (Red+Green+Blue) = 212+73+104=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D44968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44968 is #2BB697. Grayscale: #767676. Windows color (decimal): -2864792 or 6834644. OLE color: 6834644.
HSL color Cylindrical-coordinate representation of color #D44968: hue angle of 346.62º 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 #D44968 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 104 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.17 |
| HSL | 346.62º | 0.62% | 0.56% | - |
| HSV(B) | 346.62º | 0.66% | 0.83% | - |
| XYZ | 32.03 | 19.76 | 15.22 | - |
| YUV | 118.1 | 120.05 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 104 | 0 | 0.66 | 0.51 | 0.17 | 346.62 | 0.62 | 0.56 |
| Hex | D4 | 49 | 68 | 0 | 42 | 33 | 11 | 15B | 3E | 38 |
| Octal | 324 | 111 | 150 | 0 | 102 | 63 | 21 | 533 | 76 | 70 |
| Binary | 11010100 | 1001001 | 1101000 | 0 | 1000010 | 110011 | 10001 | 101011011 | 111110 | 111000 |
Color Harmonies of #D44968
Complementary color
Monochromatic Colors of #D44968
Black with #D44968
Text Example
Text Example
White with #D44968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44968; }
p { color: rgb(212,73,104); }
H1.HeaderClassName
{
color: #D44968;
}
.AnyTagClassName
{
color: #D44968;
}
</style>
background-color css
<style>
a { background-color: #D44968; }
a { background-color: rgb(212,73,104); }
div.DivClassName
{
background-color: #D44968;
}
.BgClassName
{
background-color: #D44968;
}
</style>
border-color css
<style>
span { border-color: #D44968; }
span { border-color: rgb(212,73,104); }
td.TdClassName
{
border-color: #D44968;
}
.TagClassName
{
border-color: #D44968;
}
</style>