#DE52A2

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

Shades of Mulberry #DE52A2

Tints of Mulberry #DE52A2

Color information

#DE52A2 (or 0xDE52A2) is unknown color: approx Mulberry. HEX triplet: DE, 52 and A2. RGB value is (222,82,162). Sum of RGB (Red+Green+Blue) = 222+82+162=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DE52A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE52A2 is #21AD5D. Grayscale: #848484. Windows color (decimal): -2207070 or 10638046. OLE color: 10638046.

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

Color convert

RGB22282162-
CMYK00.630.270.13
HSL325.71º67.96%59.61%-
HSV(B)325.71º63.06%87.06%-
XYZ39.6624.1736.76-
YUV132.98144.38191.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.64%
GREEN value IS 82 (32.42% from 255) = 17.60%
BLUE value IS 162 (63.67% from 255) = 34.76%
R=47.64%
G=17.60%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228216200.630.270.13325.7167.9659.61
HexDE52A203F1BD146443c
Octal336122242077331550610474
Binary1101111010100101010001001111111101111011010001101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE52A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE52A2; }

 p { color: rgb(222,82,162); }

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

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

 a { background-color: rgb(222,82,162); }

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

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

 span { border-color: rgb(222,82,162); }

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