Html Css Color HEX #DD549A Mulberry

📋 copy color: '#DD549A'

red 221 ◦ green 84 ◦ blue 154

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

Shades of Mulberry #DD549A

Tints of Mulberry #DD549A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.55%

R = 48.15%
G = 18.3%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD549A (or 0xDD549A) is known color: Mulberry. HEX triplet: DD, 54 and 9A. RGB value is (221,84,154). Sum of RGB (Red+Green+Blue) = 221+84+154=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD549A is #22AB65. Grayscale: #848484. Windows color (decimal): -2272102 or 10114269. OLE color: 10114269.

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

Color convert

RGB 221 84 154 -
CMYK 0 0.62 0.30 0.13
HSL 329.34º 0.67% 0.6% -
HSV(B) 329.34º 0.62% 0.87% -
XYZ 38.82 24.05 33.17 -
YUV 132.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 221 84 154 0 0.62 0.30 0.13 329.34 0.67 0.6
Hex DD 54 9A 0 3E 1E D 149 43 3C
Octal 335 124 232 0 76 36 15 511 103 74
Binary 11011101 1010100 10011010 0 111110 11110 1101 101001001 1000011 111100

Color Harmonies of #DD549A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD549A

Black with #DD549A

Text Example


Text Example

White with #DD549A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD549A; }

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

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

background-color css

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

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

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

border-color css

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

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

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