#DE45A4

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

Shades of Mulberry #DE45A4

Tints of Mulberry #DE45A4

Color information

#DE45A4 (or 0xDE45A4) is unknown color: approx Mulberry. HEX triplet: DE, 45 and A4. RGB value is (222,69,164). Sum of RGB (Red+Green+Blue) = 222+69+164=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE45A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE45A4 is #21BA5B. Grayscale: #7D7D7D. Windows color (decimal): -2210396 or 10765790. OLE color: 10765790.

HSL color Cylindrical-coordinate representation of color #DE45A4: hue angle of 322.75º 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 #DE45A4 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB22269164-
CMYK00.690.260.13
HSL322.75º69.86%57.06%-
HSV(B)322.75º68.92%87.06%-
XYZ38.9522.4737.41-
YUV125.58149.69196.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.79%
GREEN value IS 69 (27.34% from 255) = 15.16%
BLUE value IS 164 (64.45% from 255) = 36.04%
R=48.79%
G=15.16%
B=36.04%

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
Decimal2226916400.690.260.13322.7569.8657.06
HexDE45A40451AD1434639
Octal3361052440105321550310671
Binary11011110100010110100100010001011101011011010000111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE45A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE45A4; }

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

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

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

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

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

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

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

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