Shades of Mulberry #DE519C
Tints of Mulberry #DE519C
RGB
CMYK
RGB Variations
Color information
#DE519C (or 0xDE519C) is known color: Mulberry. HEX triplet: DE, 51 and 9C. RGB value is (222,81,156). Sum of RGB (Red+Green+Blue) = 222+81+156=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 81 (32.03% from 255 or 17.65% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE519C is #21AE63. Grayscale: #838383. Windows color (decimal): -2207332 or 10244574. OLE color: 10244574.
HSL color Cylindrical-coordinate representation of color #DE519C: hue angle of 328.09º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE519C is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 81 | 156 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.13 |
| HSL | 328.09º | 0.68% | 0.59% | - |
| HSV(B) | 328.09º | 0.64% | 0.87% | - |
| XYZ | 39.07 | 23.81 | 33.99 | - |
| YUV | 131.71 | 141.71 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 81 | 156 | 0 | 0.64 | 0.30 | 0.13 | 328.09 | 0.68 | 0.59 |
| Hex | DE | 51 | 9C | 0 | 40 | 1E | D | 148 | 44 | 3B |
| Octal | 336 | 121 | 234 | 0 | 100 | 36 | 15 | 510 | 104 | 73 |
| Binary | 11011110 | 1010001 | 10011100 | 0 | 1000000 | 11110 | 1101 | 101001000 | 1000100 | 111011 |
Color Harmonies of #DE519C
Complementary color
Monochromatic Colors of #DE519C
Black with #DE519C
Text Example
Text Example
White with #DE519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE519C; }
p { color: rgb(222,81,156); }
H1.HeaderClassName
{
color: #DE519C;
}
.AnyTagClassName
{
color: #DE519C;
}
</style>
background-color css
<style>
a { background-color: #DE519C; }
a { background-color: rgb(222,81,156); }
div.DivClassName
{
background-color: #DE519C;
}
.BgClassName
{
background-color: #DE519C;
}
</style>
border-color css
<style>
span { border-color: #DE519C; }
span { border-color: rgb(222,81,156); }
td.TdClassName
{
border-color: #DE519C;
}
.TagClassName
{
border-color: #DE519C;
}
</style>