#DE5499

Color #DE5499 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #DE5499

Tints of Mulberry #DE5499

Color information

#DE5499 (or 0xDE5499) is unknown color: approx Mulberry. HEX triplet: DE, 54 and 99. RGB value is (222,84,153). Sum of RGB (Red+Green+Blue) = 222+84+153=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5499 is #21AB66. Grayscale: #848484. Windows color (decimal): -2206567 or 10048734. OLE color: 10048734.

HSL color Cylindrical-coordinate representation of color #DE5499: hue angle of 330º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE5499 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB22284153-
CMYK00.620.310.13
HSL330º67.65%60%-
HSV(B)330º62.16%87.06%-
XYZ39.0424.1732.74-
YUV133.13139.22191.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 48.37%
GREEN value IS 84 (33.20% from 255) = 18.30%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=48.37%
G=18.30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228415300.620.310.1333067.6560
HexDE549903E1FD14a443c
Octal336124231076371551210474
Binary1101111010101001001100101111101111111011010010101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5499; }

 p { color: rgb(222,84,153); }

 H1.HeaderClassName
 {
   color: #DE5499;
 }
 .AnyTagClassName
 {
   color: #DE5499;
 }
</style>
background-color css

<style>
 a { background-color: #DE5499; }

 a { background-color: rgb(222,84,153); }

 div.DivClassName
 {
   background-color: #DE5499;
 }
 .BgClassName
 {
   background-color: #DE5499;
 }
</style>
border-color css

<style>
 span { border-color: #DE5499; }

 span { border-color: rgb(222,84,153); }

 td.TdClassName
 {
   border-color: #DE5499;
 }
 .TagClassName
 {
   border-color: #DE5499;
 }
</style>