#DD45AD

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

Shades of Mulberry #DD45AD

Tints of Mulberry #DD45AD

Color information

#DD45AD (or 0xDD45AD) is unknown color: approx Mulberry. HEX triplet: DD, 45 and AD. RGB value is (221,69,173). Sum of RGB (Red+Green+Blue) = 221+69+173=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD45AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD45AD is #22BA52. Grayscale: #7E7E7E. Windows color (decimal): -2275923 or 11355613. OLE color: 11355613.

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

Color convert

RGB22169173-
CMYK00.690.220.13
HSL318.95º69.09%56.86%-
HSV(B)318.95º68.78%86.67%-
XYZ39.4922.6541.82-
YUV126.3154.36195.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 69 (27.34% from 255) = 14.90%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=47.73%
G=14.90%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216917300.690.220.13318.9569.0956.86
HexDD45AD04516D13f4539
Octal3351052550105261547710571
Binary11011101100010110101101010001011011011011001111111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD45AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD45AD; }

 p { color: rgb(221,69,173); }

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

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

 a { background-color: rgb(221,69,173); }

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

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

 span { border-color: rgb(221,69,173); }

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