Shades of Cabaret #D44A6B
Tints of Cabaret #D44A6B
RGB
CMYK
RGB Variations
Color information
#D44A6B (or 0xD44A6B) is known color: Cabaret. HEX triplet: D4, 4A and 6B. RGB value is (212,74,107). Sum of RGB (Red+Green+Blue) = 212+74+107=393 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.94% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 212 - color contains mainly: red. Hex color #D44A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44A6B is #2BB594. Grayscale: #777777. Windows color (decimal): -2864533 or 7031508. OLE color: 7031508.
HSL color Cylindrical-coordinate representation of color #D44A6B: hue angle of 345.65º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44A6B is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 74 | 107 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.17 |
| HSL | 345.65º | 0.62% | 0.56% | - |
| HSV(B) | 345.65º | 0.65% | 0.83% | - |
| XYZ | 32.25 | 19.96 | 16.06 | - |
| YUV | 119.02 | 121.22 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 74 | 107 | 0 | 0.65 | 0.50 | 0.17 | 345.65 | 0.62 | 0.56 |
| Hex | D4 | 4A | 6B | 0 | 41 | 32 | 11 | 15A | 3E | 38 |
| Octal | 324 | 112 | 153 | 0 | 101 | 62 | 21 | 532 | 76 | 70 |
| Binary | 11010100 | 1001010 | 1101011 | 0 | 1000001 | 110010 | 10001 | 101011010 | 111110 | 111000 |
Color Harmonies of #D44A6B
Complementary color
Monochromatic Colors of #D44A6B
Black with #D44A6B
Text Example
Text Example
White with #D44A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44A6B; }
p { color: rgb(212,74,107); }
H1.HeaderClassName
{
color: #D44A6B;
}
.AnyTagClassName
{
color: #D44A6B;
}
</style>
background-color css
<style>
a { background-color: #D44A6B; }
a { background-color: rgb(212,74,107); }
div.DivClassName
{
background-color: #D44A6B;
}
.BgClassName
{
background-color: #D44A6B;
}
</style>
border-color css
<style>
span { border-color: #D44A6B; }
span { border-color: rgb(212,74,107); }
td.TdClassName
{
border-color: #D44A6B;
}
.TagClassName
{
border-color: #D44A6B;
}
</style>