Shades of Cabaret #D55A72
Tints of Cabaret #D55A72
RGB
CMYK
RGB Variations
Color information
#D55A72 (or 0xD55A72) is known color: Cabaret. HEX triplet: D5, 5A and 72. RGB value is (213,90,114). Sum of RGB (Red+Green+Blue) = 213+90+114=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A72 is #2AA58D. Grayscale: #818181. Windows color (decimal): -2794894 or 7494357. OLE color: 7494357.
HSL color Cylindrical-coordinate representation of color #D55A72: hue angle of 348.29º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55A72 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 114 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.16 |
| HSL | 348.29º | 0.59% | 0.59% | - |
| HSV(B) | 348.29º | 0.58% | 0.84% | - |
| XYZ | 34.13 | 22.67 | 18.5 | - |
| YUV | 129.51 | 119.25 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 114 | 0 | 0.58 | 0.46 | 0.16 | 348.29 | 0.59 | 0.59 |
| Hex | D5 | 5A | 72 | 0 | 3A | 2E | 10 | 15C | 3B | 3B |
| Octal | 325 | 132 | 162 | 0 | 72 | 56 | 20 | 534 | 73 | 73 |
| Binary | 11010101 | 1011010 | 1110010 | 0 | 111010 | 101110 | 10000 | 101011100 | 111011 | 111011 |
Color Harmonies of #D55A72
Complementary color
Monochromatic Colors of #D55A72
Black with #D55A72
Text Example
Text Example
White with #D55A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55A72; }
p { color: rgb(213,90,114); }
H1.HeaderClassName
{
color: #D55A72;
}
.AnyTagClassName
{
color: #D55A72;
}
</style>
background-color css
<style>
a { background-color: #D55A72; }
a { background-color: rgb(213,90,114); }
div.DivClassName
{
background-color: #D55A72;
}
.BgClassName
{
background-color: #D55A72;
}
</style>
border-color css
<style>
span { border-color: #D55A72; }
span { border-color: rgb(213,90,114); }
td.TdClassName
{
border-color: #D55A72;
}
.TagClassName
{
border-color: #D55A72;
}
</style>