#DD5395

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

Shades of Mulberry #DD5395

Tints of Mulberry #DD5395

Color information

#DD5395 (or 0xDD5395) is unknown color: approx Mulberry. HEX triplet: DD, 53 and 95. RGB value is (221,83,149). Sum of RGB (Red+Green+Blue) = 221+83+149=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5395 is #22AC6A. Grayscale: #838383. Windows color (decimal): -2272363 or 9786333. OLE color: 9786333.

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

Color convert

RGB22183149-
CMYK00.620.330.13
HSL331.3º66.99%59.61%-
HSV(B)331.3º62.44%86.67%-
XYZ38.3423.7330.99-
YUV131.79137.72191.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 83 (32.81% from 255) = 18.32%
BLUE value IS 149 (58.59% from 255) = 32.89%
R=48.79%
G=18.32%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218314900.620.330.13331.366.9959.61
HexDD539503E21D14b433c
Octal335123225076411551310374
Binary11011101101001110010101011111010000111011010010111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5395; }

 p { color: rgb(221,83,149); }

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

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

 a { background-color: rgb(221,83,149); }

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

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

 span { border-color: rgb(221,83,149); }

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