Html Css Color HEX #DD50A2 Mulberry

📋 copy color: '#DD50A2'

red 221 ◦ green 80 ◦ blue 162

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

Shades of Mulberry #DD50A2

Tints of Mulberry #DD50A2

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.28%

 BLUE value IS 162 (63.67% from 255) = 34.99%

R = 47.73%
G = 17.28%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD50A2 (or 0xDD50A2) is known color: Mulberry. HEX triplet: DD, 50 and A2. RGB value is (221,80,162). Sum of RGB (Red+Green+Blue) = 221+80+162=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD50A2 is #22AF5D. Grayscale: #838383. Windows color (decimal): -2273118 or 10637533. OLE color: 10637533.

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

Color convert

RGB 221 80 162 -
CMYK 0 0.64 0.27 0.13
HSL 325.11º 0.67% 0.59% -
HSV(B) 325.11º 0.64% 0.87% -
XYZ 39.21 23.72 36.69 -
YUV 131.51 145.21 191.83 -
System Red Green Blue C M Y K H S L
Decimal 221 80 162 0 0.64 0.27 0.13 325.11 0.67 0.59
Hex DD 50 A2 0 40 1B D 145 43 3B
Octal 335 120 242 0 100 33 15 505 103 73
Binary 11011101 1010000 10100010 0 1000000 11011 1101 101000101 1000011 111011

Color Harmonies of #DD50A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50A2

Black with #DD50A2

Text Example


Text Example

White with #DD50A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50A2; }

 p { color: rgb(221,80,162); }

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

background-color css

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

 a { background-color: rgb(221,80,162); }

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

border-color css

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

 span { border-color: rgb(221,80,162); }

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