Shades of Cabaret #D44768
Tints of Cabaret #D44768
RGB
CMYK
RGB Variations
Color information
#D44768 (or 0xD44768) is known color: Cabaret. HEX triplet: D4, 47 and 68. RGB value is (212,71,104). Sum of RGB (Red+Green+Blue) = 212+71+104=387 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.78% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 212 - color contains mainly: red. Hex color #D44768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44768 is #2BB897. Grayscale: #747474. Windows color (decimal): -2865304 or 6834132. OLE color: 6834132.
HSL color Cylindrical-coordinate representation of color #D44768: hue angle of 345.96º 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 #D44768 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 104 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.17 |
| HSL | 345.96º | 0.62% | 0.55% | - |
| HSV(B) | 345.96º | 0.67% | 0.83% | - |
| XYZ | 31.9 | 19.5 | 15.18 | - |
| YUV | 116.92 | 120.71 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 104 | 0 | 0.67 | 0.51 | 0.17 | 345.96 | 0.62 | 0.55 |
| Hex | D4 | 47 | 68 | 0 | 43 | 33 | 11 | 15A | 3E | 37 |
| Octal | 324 | 107 | 150 | 0 | 103 | 63 | 21 | 532 | 76 | 67 |
| Binary | 11010100 | 1000111 | 1101000 | 0 | 1000011 | 110011 | 10001 | 101011010 | 111110 | 110111 |
Color Harmonies of #D44768
Complementary color
Monochromatic Colors of #D44768
Black with #D44768
Text Example
Text Example
White with #D44768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44768; }
p { color: rgb(212,71,104); }
H1.HeaderClassName
{
color: #D44768;
}
.AnyTagClassName
{
color: #D44768;
}
</style>
background-color css
<style>
a { background-color: #D44768; }
a { background-color: rgb(212,71,104); }
div.DivClassName
{
background-color: #D44768;
}
.BgClassName
{
background-color: #D44768;
}
</style>
border-color css
<style>
span { border-color: #D44768; }
span { border-color: rgb(212,71,104); }
td.TdClassName
{
border-color: #D44768;
}
.TagClassName
{
border-color: #D44768;
}
</style>