Shades of Mulberry #DE4B9C
Tints of Mulberry #DE4B9C
RGB
CMYK
RGB Variations
Color information
#DE4B9C (or 0xDE4B9C) is known color: Mulberry. HEX triplet: DE, 4B and 9C. RGB value is (222,75,156). Sum of RGB (Red+Green+Blue) = 222+75+156=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4B9C is #21B463. Grayscale: #808080. Windows color (decimal): -2208868 or 10243038. OLE color: 10243038.
HSL color Cylindrical-coordinate representation of color #DE4B9C: hue angle of 326.94º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE4B9C is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 75 | 156 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.13 |
| HSL | 326.94º | 0.69% | 0.58% | - |
| HSV(B) | 326.94º | 0.66% | 0.87% | - |
| XYZ | 38.64 | 22.96 | 33.85 | - |
| YUV | 128.19 | 143.7 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 75 | 156 | 0 | 0.66 | 0.30 | 0.13 | 326.94 | 0.69 | 0.58 |
| Hex | DE | 4B | 9C | 0 | 42 | 1E | D | 147 | 45 | 3A |
| Octal | 336 | 113 | 234 | 0 | 102 | 36 | 15 | 507 | 105 | 72 |
| Binary | 11011110 | 1001011 | 10011100 | 0 | 1000010 | 11110 | 1101 | 101000111 | 1000101 | 111010 |
Color Harmonies of #DE4B9C
Complementary color
Monochromatic Colors of #DE4B9C
Black with #DE4B9C
Text Example
Text Example
White with #DE4B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4B9C; }
p { color: rgb(222,75,156); }
H1.HeaderClassName
{
color: #DE4B9C;
}
.AnyTagClassName
{
color: #DE4B9C;
}
</style>
background-color css
<style>
a { background-color: #DE4B9C; }
a { background-color: rgb(222,75,156); }
div.DivClassName
{
background-color: #DE4B9C;
}
.BgClassName
{
background-color: #DE4B9C;
}
</style>
border-color css
<style>
span { border-color: #DE4B9C; }
span { border-color: rgb(222,75,156); }
td.TdClassName
{
border-color: #DE4B9C;
}
.TagClassName
{
border-color: #DE4B9C;
}
</style>