Html Css Color HEX #DD4AA1 Mulberry

📋 copy color: '#DD4AA1'

red 221 ◦ green 74 ◦ blue 161

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

Shades of Mulberry #DD4AA1

Tints of Mulberry #DD4AA1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.23%

 BLUE value IS 161 (63.28% from 255) = 35.31%

R = 48.46%
G = 16.23%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD4AA1 (or 0xDD4AA1) is known color: Mulberry. HEX triplet: DD, 4A and A1. RGB value is (221,74,161). Sum of RGB (Red+Green+Blue) = 221+74+161=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4AA1 is #22B55E. Grayscale: #7F7F7F. Windows color (decimal): -2274655 or 10570461. OLE color: 10570461.

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

Color convert

RGB 221 74 161 -
CMYK 0 0.67 0.27 0.13
HSL 324.49º 0.68% 0.58% -
HSV(B) 324.49º 0.67% 0.87% -
XYZ 38.7 22.84 36.09 -
YUV 127.87 146.7 194.43 -
System Red Green Blue C M Y K H S L
Decimal 221 74 161 0 0.67 0.27 0.13 324.49 0.68 0.58
Hex DD 4A A1 0 43 1B D 144 44 3A
Octal 335 112 241 0 103 33 15 504 104 72
Binary 11011101 1001010 10100001 0 1000011 11011 1101 101000100 1000100 111010

Color Harmonies of #DD4AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4AA1

Black with #DD4AA1

Text Example


Text Example

White with #DD4AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4AA1; }

 p { color: rgb(221,74,161); }

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

background-color css

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

 a { background-color: rgb(221,74,161); }

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

border-color css

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

 span { border-color: rgb(221,74,161); }

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