Shades of Cabaret #D55F72
Tints of Cabaret #D55F72
RGB
CMYK
RGB Variations
Color information
#D55F72 (or 0xD55F72) is known color: Cabaret. HEX triplet: D5, 5F and 72. RGB value is (213,95,114). Sum of RGB (Red+Green+Blue) = 213+95+114=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F72 is #2AA08D. Grayscale: #848484. Windows color (decimal): -2793614 or 7495637. OLE color: 7495637.
HSL color Cylindrical-coordinate representation of color #D55F72: hue angle of 350.34º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55F72 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 114 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.16 |
| HSL | 350.34º | 0.58% | 0.6% | - |
| HSV(B) | 350.34º | 0.55% | 0.84% | - |
| XYZ | 34.57 | 23.55 | 18.64 | - |
| YUV | 132.45 | 117.59 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 114 | 0 | 0.55 | 0.46 | 0.16 | 350.34 | 0.58 | 0.6 |
| Hex | D5 | 5F | 72 | 0 | 37 | 2E | 10 | 15E | 3A | 3C |
| Octal | 325 | 137 | 162 | 0 | 67 | 56 | 20 | 536 | 72 | 74 |
| Binary | 11010101 | 1011111 | 1110010 | 0 | 110111 | 101110 | 10000 | 101011110 | 111010 | 111100 |
Color Harmonies of #D55F72
Complementary color
Monochromatic Colors of #D55F72
Black with #D55F72
Text Example
Text Example
White with #D55F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F72; }
p { color: rgb(213,95,114); }
H1.HeaderClassName
{
color: #D55F72;
}
.AnyTagClassName
{
color: #D55F72;
}
</style>
background-color css
<style>
a { background-color: #D55F72; }
a { background-color: rgb(213,95,114); }
div.DivClassName
{
background-color: #D55F72;
}
.BgClassName
{
background-color: #D55F72;
}
</style>
border-color css
<style>
span { border-color: #D55F72; }
span { border-color: rgb(213,95,114); }
td.TdClassName
{
border-color: #D55F72;
}
.TagClassName
{
border-color: #D55F72;
}
</style>