Html Css Color HEX #DD47AA Mulberry

📋 copy color: '#DD47AA'

red 221 ◦ green 71 ◦ blue 170

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

Shades of Mulberry #DD47AA

Tints of Mulberry #DD47AA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.37%

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 47.84%
G = 15.37%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD47AA (or 0xDD47AA) is known color: Mulberry. HEX triplet: DD, 47 and AA. RGB value is (221,71,170). Sum of RGB (Red+Green+Blue) = 221+71+170=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD47AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD47AA is #22B855. Grayscale: #7E7E7E. Windows color (decimal): -2275414 or 11159517. OLE color: 11159517.

HSL color Cylindrical-coordinate representation of color #DD47AA: hue angle of 320.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD47AA is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 71 170 -
CMYK 0 0.68 0.23 0.13
HSL 320.4º 0.69% 0.57% -
HSV(B) 320.4º 0.68% 0.87% -
XYZ 39.33 22.78 40.35 -
YUV 127.14 152.2 194.95 -
System Red Green Blue C M Y K H S L
Decimal 221 71 170 0 0.68 0.23 0.13 320.4 0.69 0.57
Hex DD 47 AA 0 44 17 D 140 45 39
Octal 335 107 252 0 104 27 15 500 105 71
Binary 11011101 1000111 10101010 0 1000100 10111 1101 101000000 1000101 111001

Color Harmonies of #DD47AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD47AA

Black with #DD47AA

Text Example


Text Example

White with #DD47AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD47AA; }

 p { color: rgb(221,71,170); }

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

background-color css

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

 a { background-color: rgb(221,71,170); }

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

border-color css

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

 span { border-color: rgb(221,71,170); }

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