Html Css Color HEX #DD549F Mulberry

📋 copy color: '#DD549F'

red 221 ◦ green 84 ◦ blue 159

#DD549F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #DD549F

Tints of Mulberry #DD549F

RGB

 RED value IS 221 (86.72% from 255) = 47.63%

 GREEN value IS 84 (33.2% from 255) = 18.1%

 BLUE value IS 159 (62.5% from 255) = 34.27%

R = 47.63%
G = 18.1%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD549F (or 0xDD549F) is known color: Mulberry. HEX triplet: DD, 54 and 9F. RGB value is (221,84,159). Sum of RGB (Red+Green+Blue) = 221+84+159=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD549F is #22AB60. Grayscale: #858585. Windows color (decimal): -2272097 or 10441949. OLE color: 10441949.

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

Color convert

RGB 221 84 159 -
CMYK 0 0.62 0.28 0.13
HSL 327.15º 0.67% 0.6% -
HSV(B) 327.15º 0.62% 0.87% -
XYZ 39.25 24.22 35.41 -
YUV 133.51 142.39 190.4 -
System Red Green Blue C M Y K H S L
Decimal 221 84 159 0 0.62 0.28 0.13 327.15 0.67 0.6
Hex DD 54 9F 0 3E 1C D 147 43 3C
Octal 335 124 237 0 76 34 15 507 103 74
Binary 11011101 1010100 10011111 0 111110 11100 1101 101000111 1000011 111100

Color Harmonies of #DD549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD549F

Black with #DD549F

Text Example


Text Example

White with #DD549F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD549F; }

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

 H1.HeaderClassName
 {
   color: #DD549F;
 }
 .AnyTagClassName
 {
   color: #DD549F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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