#DD46AB

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

Shades of Mulberry #DD46AB

Tints of Mulberry #DD46AB

Color information

#DD46AB (or 0xDD46AB) is unknown color: approx Mulberry. HEX triplet: DD, 46 and AB. RGB value is (221,70,171). Sum of RGB (Red+Green+Blue) = 221+70+171=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD46AB is #22B954. Grayscale: #7E7E7E. Windows color (decimal): -2275669 or 11224797. OLE color: 11224797.

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

Color convert

RGB22170171-
CMYK00.680.230.13
HSL319.87º68.95%57.06%-
HSV(B)319.87º68.33%86.67%-
XYZ39.3622.6940.83-
YUV126.66153.03195.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.84%
GREEN value IS 70 (27.73% from 255) = 15.15%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=47.84%
G=15.15%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217017100.680.230.13319.8768.9557.06
HexDD46AB04417D1404539
Octal3351062530104271550010571
Binary11011101100011010101011010001001011111011010000001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD46AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD46AB; }

 p { color: rgb(221,70,171); }

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

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

 a { background-color: rgb(221,70,171); }

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

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

 span { border-color: rgb(221,70,171); }

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