Shades of Cabaret #D44368
Tints of Cabaret #D44368
RGB
CMYK
RGB Variations
Color information
#D44368 (or 0xD44368) is known color: Cabaret. HEX triplet: D4, 43 and 68. RGB value is (212,67,104). Sum of RGB (Red+Green+Blue) = 212+67+104=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D44368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44368 is #2BBC97. Grayscale: #727272. Windows color (decimal): -2866328 or 6833108. OLE color: 6833108.
HSL color Cylindrical-coordinate representation of color #D44368: hue angle of 344.69º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D44368 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 104 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.17 |
| HSL | 344.69º | 0.63% | 0.55% | - |
| HSV(B) | 344.69º | 0.68% | 0.83% | - |
| XYZ | 31.66 | 19.01 | 15.1 | - |
| YUV | 114.57 | 122.04 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 104 | 0 | 0.68 | 0.51 | 0.17 | 344.69 | 0.63 | 0.55 |
| Hex | D4 | 43 | 68 | 0 | 44 | 33 | 11 | 159 | 3F | 37 |
| Octal | 324 | 103 | 150 | 0 | 104 | 63 | 21 | 531 | 77 | 67 |
| Binary | 11010100 | 1000011 | 1101000 | 0 | 1000100 | 110011 | 10001 | 101011001 | 111111 | 110111 |
Color Harmonies of #D44368
Complementary color
Monochromatic Colors of #D44368
Black with #D44368
Text Example
Text Example
White with #D44368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44368; }
p { color: rgb(212,67,104); }
H1.HeaderClassName
{
color: #D44368;
}
.AnyTagClassName
{
color: #D44368;
}
</style>
background-color css
<style>
a { background-color: #D44368; }
a { background-color: rgb(212,67,104); }
div.DivClassName
{
background-color: #D44368;
}
.BgClassName
{
background-color: #D44368;
}
</style>
border-color css
<style>
span { border-color: #D44368; }
span { border-color: rgb(212,67,104); }
td.TdClassName
{
border-color: #D44368;
}
.TagClassName
{
border-color: #D44368;
}
</style>