Shades of Cabaret #D44566
Tints of Cabaret #D44566
RGB
CMYK
RGB Variations
Color information
#D44566 (or 0xD44566) is known color: Cabaret. HEX triplet: D4, 45 and 66. RGB value is (212,69,102). Sum of RGB (Red+Green+Blue) = 212+69+102=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D44566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44566 is #2BBA99. Grayscale: #737373. Windows color (decimal): -2865818 or 6702548. OLE color: 6702548.
HSL color Cylindrical-coordinate representation of color #D44566: hue angle of 346.15º 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 #D44566 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 102 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.17 |
| HSL | 346.15º | 0.62% | 0.55% | - |
| HSV(B) | 346.15º | 0.67% | 0.83% | - |
| XYZ | 31.68 | 19.21 | 14.61 | - |
| YUV | 115.52 | 120.38 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 102 | 0 | 0.67 | 0.52 | 0.17 | 346.15 | 0.62 | 0.55 |
| Hex | D4 | 45 | 66 | 0 | 43 | 34 | 11 | 15A | 3E | 37 |
| Octal | 324 | 105 | 146 | 0 | 103 | 64 | 21 | 532 | 76 | 67 |
| Binary | 11010100 | 1000101 | 1100110 | 0 | 1000011 | 110100 | 10001 | 101011010 | 111110 | 110111 |
Color Harmonies of #D44566
Complementary color
Monochromatic Colors of #D44566
Black with #D44566
Text Example
Text Example
White with #D44566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44566; }
p { color: rgb(212,69,102); }
H1.HeaderClassName
{
color: #D44566;
}
.AnyTagClassName
{
color: #D44566;
}
</style>
background-color css
<style>
a { background-color: #D44566; }
a { background-color: rgb(212,69,102); }
div.DivClassName
{
background-color: #D44566;
}
.BgClassName
{
background-color: #D44566;
}
</style>
border-color css
<style>
span { border-color: #D44566; }
span { border-color: rgb(212,69,102); }
td.TdClassName
{
border-color: #D44566;
}
.TagClassName
{
border-color: #D44566;
}
</style>