Html Css Color HEX #DD52A5 Mulberry

📋 copy color: '#DD52A5'

red 221 ◦ green 82 ◦ blue 165

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

Shades of Mulberry #DD52A5

Tints of Mulberry #DD52A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.26%

R = 47.22%
G = 17.52%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD52A5 (or 0xDD52A5) is known color: Mulberry. HEX triplet: DD, 52 and A5. RGB value is (221,82,165). Sum of RGB (Red+Green+Blue) = 221+82+165=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD52A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD52A5 is #22AD5A. Grayscale: #848484. Windows color (decimal): -2272603 or 10834653. OLE color: 10834653.

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

Color convert

RGB 221 82 165 -
CMYK 0 0.63 0.25 0.13
HSL 324.17º 0.67% 0.59% -
HSV(B) 324.17º 0.63% 0.87% -
XYZ 39.63 24.12 38.16 -
YUV 133.02 146.05 190.75 -
System Red Green Blue C M Y K H S L
Decimal 221 82 165 0 0.63 0.25 0.13 324.17 0.67 0.59
Hex DD 52 A5 0 3F 19 D 144 43 3B
Octal 335 122 245 0 77 31 15 504 103 73
Binary 11011101 1010010 10100101 0 111111 11001 1101 101000100 1000011 111011

Color Harmonies of #DD52A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD52A5

Black with #DD52A5

Text Example


Text Example

White with #DD52A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD52A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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