Html Css Color HEX #DD549E Mulberry

📋 copy color: '#DD549E'

red 221 ◦ green 84 ◦ blue 158

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

Shades of Mulberry #DD549E

Tints of Mulberry #DD549E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.13%

R = 47.73%
G = 18.14%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD549E (or 0xDD549E) is known color: Mulberry. HEX triplet: DD, 54 and 9E. RGB value is (221,84,158). Sum of RGB (Red+Green+Blue) = 221+84+158=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD549E is #22AB61. Grayscale: #858585. Windows color (decimal): -2272098 or 10376413. OLE color: 10376413.

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

Color convert

RGB 221 84 158 -
CMYK 0 0.62 0.29 0.13
HSL 327.59º 0.67% 0.6% -
HSV(B) 327.59º 0.62% 0.87% -
XYZ 39.16 24.18 34.95 -
YUV 133.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 221 84 158 0 0.62 0.29 0.13 327.59 0.67 0.6
Hex DD 54 9E 0 3E 1D D 148 43 3C
Octal 335 124 236 0 76 35 15 510 103 74
Binary 11011101 1010100 10011110 0 111110 11101 1101 101001000 1000011 111100

Color Harmonies of #DD549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD549E

Black with #DD549E

Text Example


Text Example

White with #DD549E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD549E; }

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

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

background-color css

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

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

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

border-color css

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

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

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