#DD5498

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

Shades of Mulberry #DD5498

Tints of Mulberry #DD5498

Color information

#DD5498 (or 0xDD5498) is unknown color: approx Mulberry. HEX triplet: DD, 54 and 98. RGB value is (221,84,152). Sum of RGB (Red+Green+Blue) = 221+84+152=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5498 is #22AB67. Grayscale: #848484. Windows color (decimal): -2272104 or 9983197. OLE color: 9983197.

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

Color convert

RGB22184152-
CMYK00.620.310.13
HSL330.22º66.83%59.8%-
HSV(B)330.22º61.99%86.67%-
XYZ38.6623.9832.3-
YUV132.72138.89190.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 84 (33.20% from 255) = 18.38%
BLUE value IS 152 (59.77% from 255) = 33.26%
R=48.36%
G=18.38%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218415200.620.310.13330.2266.8359.8
HexDD549803E1FD14a433c
Octal335124230076371551210374
Binary1101110110101001001100001111101111111011010010101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5498; }

 p { color: rgb(221,84,152); }

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

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

 a { background-color: rgb(221,84,152); }

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

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

 span { border-color: rgb(221,84,152); }

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