Html Css Color HEX #DD529F Mulberry

📋 copy color: '#DD529F'

red 221 ◦ green 82 ◦ blue 159

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

Shades of Mulberry #DD529F

Tints of Mulberry #DD529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.75%

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

R = 47.84%
G = 17.75%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD529F (or 0xDD529F) is known color: Mulberry. HEX triplet: DD, 52 and 9F. RGB value is (221,82,159). Sum of RGB (Red+Green+Blue) = 221+82+159=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD529F is #22AD60. Grayscale: #848484. Windows color (decimal): -2272609 or 10441437. OLE color: 10441437.

HSL color Cylindrical-coordinate representation of color #DD529F: hue angle of 326.76º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD529F is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 82 159 -
CMYK 0 0.63 0.28 0.13
HSL 326.76º 0.67% 0.59% -
HSV(B) 326.76º 0.63% 0.87% -
XYZ 39.09 23.91 35.36 -
YUV 132.34 143.05 191.24 -
System Red Green Blue C M Y K H S L
Decimal 221 82 159 0 0.63 0.28 0.13 326.76 0.67 0.59
Hex DD 52 9F 0 3F 1C D 147 43 3B
Octal 335 122 237 0 77 34 15 507 103 73
Binary 11011101 1010010 10011111 0 111111 11100 1101 101000111 1000011 111011

Color Harmonies of #DD529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD529F

Black with #DD529F

Text Example


Text Example

White with #DD529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD529F; }

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

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

background-color css

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

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

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

border-color css

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

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

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