Html Css Color HEX #DD549C Mulberry

📋 copy color: '#DD549C'

red 221 ◦ green 84 ◦ blue 156

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

Shades of Mulberry #DD549C

Tints of Mulberry #DD549C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.84%

R = 47.94%
G = 18.22%
B = 33.84%

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

#DD549C (or 0xDD549C) is known color: Mulberry. HEX triplet: DD, 54 and 9C. RGB value is (221,84,156). Sum of RGB (Red+Green+Blue) = 221+84+156=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 84 (33.20% from 255 or 18.22% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD549C is #22AB63. Grayscale: #858585. Windows color (decimal): -2272100 or 10245341. OLE color: 10245341.

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

Color convert

RGB 221 84 156 -
CMYK 0 0.62 0.29 0.13
HSL 328.47º 0.67% 0.6% -
HSV(B) 328.47º 0.62% 0.87% -
XYZ 38.99 24.11 34.05 -
YUV 133.17 140.89 190.65 -
System Red Green Blue C M Y K H S L
Decimal 221 84 156 0 0.62 0.29 0.13 328.47 0.67 0.6
Hex DD 54 9C 0 3E 1D D 148 43 3C
Octal 335 124 234 0 76 35 15 510 103 74
Binary 11011101 1010100 10011100 0 111110 11101 1101 101001000 1000011 111100

Color Harmonies of #DD549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD549C

Black with #DD549C

Text Example


Text Example

White with #DD549C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD549C; }

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

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

background-color css

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

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

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

border-color css

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

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

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