#DE44AA

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

Shades of Mulberry #DE44AA

Tints of Mulberry #DE44AA

Color information

#DE44AA (or 0xDE44AA) is unknown color: approx Mulberry. HEX triplet: DE, 44 and AA. RGB value is (222,68,170). Sum of RGB (Red+Green+Blue) = 222+68+170=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE44AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE44AA is #21BB55. Grayscale: #7D7D7D. Windows color (decimal): -2210646 or 11158750. OLE color: 11158750.

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

Color convert

RGB22268170-
CMYK00.690.230.13
HSL320.26º70%56.86%-
HSV(B)320.26º69.37%87.06%-
XYZ39.4522.5740.31-
YUV125.67153.02196.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.26%
GREEN value IS 68 (26.95% from 255) = 14.78%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=48.26%
G=14.78%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226817000.690.230.13320.267056.86
HexDE44AA04517D1404639
Octal3361042520105271550010671
Binary11011110100010010101010010001011011111011010000001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE44AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE44AA; }

 p { color: rgb(222,68,170); }

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

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

 a { background-color: rgb(222,68,170); }

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

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

 span { border-color: rgb(222,68,170); }

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