Shades of Cabaret #D5626E
Tints of Cabaret #D5626E
RGB
CMYK
RGB Variations
Color information
#D5626E (or 0xD5626E) is known color: Cabaret. HEX triplet: D5, 62 and 6E. RGB value is (213,98,110). Sum of RGB (Red+Green+Blue) = 213+98+110=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5626E is #2A9D91. Grayscale: #858585. Windows color (decimal): -2792850 or 7234261. OLE color: 7234261.
HSL color Cylindrical-coordinate representation of color #D5626E: hue angle of 353.74º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5626E is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 110 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.16 |
| HSL | 353.74º | 0.58% | 0.61% | - |
| HSV(B) | 353.74º | 0.54% | 0.84% | - |
| XYZ | 34.62 | 24.01 | 17.56 | - |
| YUV | 133.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 110 | 0 | 0.54 | 0.48 | 0.16 | 353.74 | 0.58 | 0.61 |
| Hex | D5 | 62 | 6E | 0 | 36 | 30 | 10 | 162 | 3A | 3D |
| Octal | 325 | 142 | 156 | 0 | 66 | 60 | 20 | 542 | 72 | 75 |
| Binary | 11010101 | 1100010 | 1101110 | 0 | 110110 | 110000 | 10000 | 101100010 | 111010 | 111101 |
Color Harmonies of #D5626E
Complementary color
Monochromatic Colors of #D5626E
Black with #D5626E
Text Example
Text Example
White with #D5626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5626E; }
p { color: rgb(213,98,110); }
H1.HeaderClassName
{
color: #D5626E;
}
.AnyTagClassName
{
color: #D5626E;
}
</style>
background-color css
<style>
a { background-color: #D5626E; }
a { background-color: rgb(213,98,110); }
div.DivClassName
{
background-color: #D5626E;
}
.BgClassName
{
background-color: #D5626E;
}
</style>
border-color css
<style>
span { border-color: #D5626E; }
span { border-color: rgb(213,98,110); }
td.TdClassName
{
border-color: #D5626E;
}
.TagClassName
{
border-color: #D5626E;
}
</style>