#DD4EA8

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

Shades of Mulberry #DD4EA8

Tints of Mulberry #DD4EA8

Color information

#DD4EA8 (or 0xDD4EA8) is unknown color: approx Mulberry. HEX triplet: DD, 4E and A8. RGB value is (221,78,168). Sum of RGB (Red+Green+Blue) = 221+78+168=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 78 (30.86% from 255 or 16.70% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4EA8 is #22B157. Grayscale: #828282. Windows color (decimal): -2273624 or 11030237. OLE color: 11030237.

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

Color convert

RGB22178168-
CMYK00.650.240.13
HSL322.24º67.77%58.63%-
HSV(B)322.24º64.71%86.67%-
XYZ39.6123.6539.52-
YUV131.02148.88192.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.32%
GREEN value IS 78 (30.86% from 255) = 16.70%
BLUE value IS 168 (66.02% from 255) = 35.97%
R=47.32%
G=16.70%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217816800.650.240.13322.2467.7758.63
HexDD4EA804118D142443b
Octal3351162500101301550210473
Binary11011101100111010101000010000011100011011010000101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4EA8; }

 p { color: rgb(221,78,168); }

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

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

 a { background-color: rgb(221,78,168); }

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

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

 span { border-color: rgb(221,78,168); }

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