Shades of Mulberry #DE4F9C
Tints of Mulberry #DE4F9C
RGB
CMYK
RGB Variations
Color information
#DE4F9C (or 0xDE4F9C) is known color: Mulberry. HEX triplet: DE, 4F and 9C. RGB value is (222,79,156). Sum of RGB (Red+Green+Blue) = 222+79+156=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE4F9C is #21B063. Grayscale: #828282. Windows color (decimal): -2207844 or 10244062. OLE color: 10244062.
HSL color Cylindrical-coordinate representation of color #DE4F9C: hue angle of 327.69º 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 #DE4F9C is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 79 | 156 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.13 |
| HSL | 327.69º | 0.68% | 0.59% | - |
| HSV(B) | 327.69º | 0.64% | 0.87% | - |
| XYZ | 38.92 | 23.52 | 33.94 | - |
| YUV | 130.54 | 142.38 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 79 | 156 | 0 | 0.64 | 0.30 | 0.13 | 327.69 | 0.68 | 0.59 |
| Hex | DE | 4F | 9C | 0 | 40 | 1E | D | 148 | 44 | 3B |
| Octal | 336 | 117 | 234 | 0 | 100 | 36 | 15 | 510 | 104 | 73 |
| Binary | 11011110 | 1001111 | 10011100 | 0 | 1000000 | 11110 | 1101 | 101001000 | 1000100 | 111011 |
Color Harmonies of #DE4F9C
Complementary color
Monochromatic Colors of #DE4F9C
Black with #DE4F9C
Text Example
Text Example
White with #DE4F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4F9C; }
p { color: rgb(222,79,156); }
H1.HeaderClassName
{
color: #DE4F9C;
}
.AnyTagClassName
{
color: #DE4F9C;
}
</style>
background-color css
<style>
a { background-color: #DE4F9C; }
a { background-color: rgb(222,79,156); }
div.DivClassName
{
background-color: #DE4F9C;
}
.BgClassName
{
background-color: #DE4F9C;
}
</style>
border-color css
<style>
span { border-color: #DE4F9C; }
span { border-color: rgb(222,79,156); }
td.TdClassName
{
border-color: #DE4F9C;
}
.TagClassName
{
border-color: #DE4F9C;
}
</style>