Html Css Color HEX #DD44A9 Mulberry

📋 copy color: '#DD44A9'

red 221 ◦ green 68 ◦ blue 169

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

Shades of Mulberry #DD44A9

Tints of Mulberry #DD44A9

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.85%

 BLUE value IS 169 (66.41% from 255) = 36.9%

R = 48.25%
G = 14.85%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD44A9 (or 0xDD44A9) is known color: Mulberry. HEX triplet: DD, 44 and A9. RGB value is (221,68,169). Sum of RGB (Red+Green+Blue) = 221+68+169=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD44A9 is #22BB56. Grayscale: #7D7D7D. Windows color (decimal): -2276183 or 11093213. OLE color: 11093213.

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

Color convert

RGB 221 68 169 -
CMYK 0 0.69 0.24 0.13
HSL 320.39º 0.69% 0.57% -
HSV(B) 320.39º 0.69% 0.87% -
XYZ 39.05 22.37 39.8 -
YUV 125.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 221 68 169 0 0.69 0.24 0.13 320.39 0.69 0.57
Hex DD 44 A9 0 45 18 D 140 45 39
Octal 335 104 251 0 105 30 15 500 105 71
Binary 11011101 1000100 10101001 0 1000101 11000 1101 101000000 1000101 111001

Color Harmonies of #DD44A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44A9

Black with #DD44A9

Text Example


Text Example

White with #DD44A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44A9; }

 p { color: rgb(221,68,169); }

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

background-color css

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

 a { background-color: rgb(221,68,169); }

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

border-color css

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

 span { border-color: rgb(221,68,169); }

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