Shades of Cabaret #D55E6A
Tints of Cabaret #D55E6A
RGB
CMYK
RGB Variations
Color information
#D55E6A (or 0xD55E6A) is known color: Cabaret. HEX triplet: D5, 5E and 6A. RGB value is (213,94,106). Sum of RGB (Red+Green+Blue) = 213+94+106=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E6A is #2AA195. Grayscale: #838383. Windows color (decimal): -2793878 or 6971093. OLE color: 6971093.
HSL color Cylindrical-coordinate representation of color #D55E6A: hue angle of 353.95º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55E6A is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 106 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.16 |
| HSL | 353.95º | 0.59% | 0.6% | - |
| HSV(B) | 353.95º | 0.56% | 0.84% | - |
| XYZ | 34.04 | 23.19 | 16.32 | - |
| YUV | 130.95 | 113.92 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 106 | 0 | 0.56 | 0.50 | 0.16 | 353.95 | 0.59 | 0.6 |
| Hex | D5 | 5E | 6A | 0 | 38 | 32 | 10 | 162 | 3B | 3C |
| Octal | 325 | 136 | 152 | 0 | 70 | 62 | 20 | 542 | 73 | 74 |
| Binary | 11010101 | 1011110 | 1101010 | 0 | 111000 | 110010 | 10000 | 101100010 | 111011 | 111100 |
Color Harmonies of #D55E6A
Complementary color
Monochromatic Colors of #D55E6A
Black with #D55E6A
Text Example
Text Example
White with #D55E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55E6A; }
p { color: rgb(213,94,106); }
H1.HeaderClassName
{
color: #D55E6A;
}
.AnyTagClassName
{
color: #D55E6A;
}
</style>
background-color css
<style>
a { background-color: #D55E6A; }
a { background-color: rgb(213,94,106); }
div.DivClassName
{
background-color: #D55E6A;
}
.BgClassName
{
background-color: #D55E6A;
}
</style>
border-color css
<style>
span { border-color: #D55E6A; }
span { border-color: rgb(213,94,106); }
td.TdClassName
{
border-color: #D55E6A;
}
.TagClassName
{
border-color: #D55E6A;
}
</style>