#DE45A5

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

Shades of Mulberry #DE45A5

Tints of Mulberry #DE45A5

Color information

#DE45A5 (or 0xDE45A5) is unknown color: approx Mulberry. HEX triplet: DE, 45 and A5. RGB value is (222,69,165). Sum of RGB (Red+Green+Blue) = 222+69+165=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE45A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE45A5 is #21BA5A. Grayscale: #7D7D7D. Windows color (decimal): -2210395 or 10831326. OLE color: 10831326.

HSL color Cylindrical-coordinate representation of color #DE45A5: hue angle of 322.35º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DE45A5 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB22269165-
CMYK00.690.260.13
HSL322.35º69.86%57.06%-
HSV(B)322.35º68.92%87.06%-
XYZ39.0422.537.88-
YUV125.69150.19196.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.68%
GREEN value IS 69 (27.34% from 255) = 15.13%
BLUE value IS 165 (64.84% from 255) = 36.18%
R=48.68%
G=15.13%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226916500.690.260.13322.3569.8657.06
HexDE45A50451AD1424639
Octal3361052450105321550210671
Binary11011110100010110100101010001011101011011010000101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE45A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE45A5; }

 p { color: rgb(222,69,165); }

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

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

 a { background-color: rgb(222,69,165); }

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

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

 span { border-color: rgb(222,69,165); }

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