Shades of Cabaret #D55F6E
Tints of Cabaret #D55F6E
RGB
CMYK
RGB Variations
Color information
#D55F6E (or 0xD55F6E) is known color: Cabaret. HEX triplet: D5, 5F and 6E. RGB value is (213,95,110). Sum of RGB (Red+Green+Blue) = 213+95+110=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F6E is #2AA091. Grayscale: #848484. Windows color (decimal): -2793618 or 7233493. OLE color: 7233493.
HSL color Cylindrical-coordinate representation of color #D55F6E: hue angle of 352.37º 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 #D55F6E is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 110 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.16 |
| HSL | 352.37º | 0.58% | 0.6% | - |
| HSV(B) | 352.37º | 0.55% | 0.84% | - |
| XYZ | 34.35 | 23.46 | 17.47 | - |
| YUV | 131.99 | 115.59 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 110 | 0 | 0.55 | 0.48 | 0.16 | 352.37 | 0.58 | 0.6 |
| Hex | D5 | 5F | 6E | 0 | 37 | 30 | 10 | 160 | 3A | 3C |
| Octal | 325 | 137 | 156 | 0 | 67 | 60 | 20 | 540 | 72 | 74 |
| Binary | 11010101 | 1011111 | 1101110 | 0 | 110111 | 110000 | 10000 | 101100000 | 111010 | 111100 |
Color Harmonies of #D55F6E
Complementary color
Monochromatic Colors of #D55F6E
Black with #D55F6E
Text Example
Text Example
White with #D55F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F6E; }
p { color: rgb(213,95,110); }
H1.HeaderClassName
{
color: #D55F6E;
}
.AnyTagClassName
{
color: #D55F6E;
}
</style>
background-color css
<style>
a { background-color: #D55F6E; }
a { background-color: rgb(213,95,110); }
div.DivClassName
{
background-color: #D55F6E;
}
.BgClassName
{
background-color: #D55F6E;
}
</style>
border-color css
<style>
span { border-color: #D55F6E; }
span { border-color: rgb(213,95,110); }
td.TdClassName
{
border-color: #D55F6E;
}
.TagClassName
{
border-color: #D55F6E;
}
</style>