Shades of Cabaret #D44567
Tints of Cabaret #D44567
RGB
CMYK
RGB Variations
Color information
#D44567 (or 0xD44567) is known color: Cabaret. HEX triplet: D4, 45 and 67. RGB value is (212,69,103). Sum of RGB (Red+Green+Blue) = 212+69+103=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D44567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44567 is #2BBA98. Grayscale: #737373. Windows color (decimal): -2865817 or 6768084. OLE color: 6768084.
HSL color Cylindrical-coordinate representation of color #D44567: hue angle of 345.73º 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 #D44567 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 103 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.17 |
| HSL | 345.73º | 0.62% | 0.55% | - |
| HSV(B) | 345.73º | 0.67% | 0.83% | - |
| XYZ | 31.73 | 19.23 | 14.87 | - |
| YUV | 115.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 103 | 0 | 0.67 | 0.51 | 0.17 | 345.73 | 0.62 | 0.55 |
| Hex | D4 | 45 | 67 | 0 | 43 | 33 | 11 | 15A | 3E | 37 |
| Octal | 324 | 105 | 147 | 0 | 103 | 63 | 21 | 532 | 76 | 67 |
| Binary | 11010100 | 1000101 | 1100111 | 0 | 1000011 | 110011 | 10001 | 101011010 | 111110 | 110111 |
Color Harmonies of #D44567
Complementary color
Monochromatic Colors of #D44567
Black with #D44567
Text Example
Text Example
White with #D44567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44567; }
p { color: rgb(212,69,103); }
H1.HeaderClassName
{
color: #D44567;
}
.AnyTagClassName
{
color: #D44567;
}
</style>
background-color css
<style>
a { background-color: #D44567; }
a { background-color: rgb(212,69,103); }
div.DivClassName
{
background-color: #D44567;
}
.BgClassName
{
background-color: #D44567;
}
</style>
border-color css
<style>
span { border-color: #D44567; }
span { border-color: rgb(212,69,103); }
td.TdClassName
{
border-color: #D44567;
}
.TagClassName
{
border-color: #D44567;
}
</style>