Shades of Cabaret #D55E6F
Tints of Cabaret #D55E6F
RGB
CMYK
RGB Variations
Color information
#D55E6F (or 0xD55E6F) is known color: Cabaret. HEX triplet: D5, 5E and 6F. RGB value is (213,94,111). Sum of RGB (Red+Green+Blue) = 213+94+111=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E6F is #2AA190. Grayscale: #838383. Windows color (decimal): -2793873 or 7298773. OLE color: 7298773.
HSL color Cylindrical-coordinate representation of color #D55E6F: hue angle of 351.43º 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 #D55E6F is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 94 | 111 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.16 |
| HSL | 351.43º | 0.59% | 0.6% | - |
| HSV(B) | 351.43º | 0.56% | 0.84% | - |
| XYZ | 34.31 | 23.3 | 17.73 | - |
| YUV | 131.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 94 | 111 | 0 | 0.56 | 0.48 | 0.16 | 351.43 | 0.59 | 0.6 |
| Hex | D5 | 5E | 6F | 0 | 38 | 30 | 10 | 15F | 3B | 3C |
| Octal | 325 | 136 | 157 | 0 | 70 | 60 | 20 | 537 | 73 | 74 |
| Binary | 11010101 | 1011110 | 1101111 | 0 | 111000 | 110000 | 10000 | 101011111 | 111011 | 111100 |
Color Harmonies of #D55E6F
Complementary color
Monochromatic Colors of #D55E6F
Black with #D55E6F
Text Example
Text Example
White with #D55E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55E6F; }
p { color: rgb(213,94,111); }
H1.HeaderClassName
{
color: #D55E6F;
}
.AnyTagClassName
{
color: #D55E6F;
}
</style>
background-color css
<style>
a { background-color: #D55E6F; }
a { background-color: rgb(213,94,111); }
div.DivClassName
{
background-color: #D55E6F;
}
.BgClassName
{
background-color: #D55E6F;
}
</style>
border-color css
<style>
span { border-color: #D55E6F; }
span { border-color: rgb(213,94,111); }
td.TdClassName
{
border-color: #D55E6F;
}
.TagClassName
{
border-color: #D55E6F;
}
</style>