Html Css Color HEX #DD50A0 Mulberry

📋 copy color: '#DD50A0'

red 221 ◦ green 80 ◦ blue 160

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

Shades of Mulberry #DD50A0

Tints of Mulberry #DD50A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.71%

R = 47.94%
G = 17.35%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD50A0 (or 0xDD50A0) is known color: Mulberry. HEX triplet: DD, 50 and A0. RGB value is (221,80,160). Sum of RGB (Red+Green+Blue) = 221+80+160=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD50A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD50A0 is #22AF5F. Grayscale: #838383. Windows color (decimal): -2273120 or 10506461. OLE color: 10506461.

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

Color convert

RGB 221 80 160 -
CMYK 0 0.64 0.28 0.13
HSL 325.96º 0.67% 0.59% -
HSV(B) 325.96º 0.64% 0.87% -
XYZ 39.03 23.65 35.76 -
YUV 131.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 221 80 160 0 0.64 0.28 0.13 325.96 0.67 0.59
Hex DD 50 A0 0 40 1C D 146 43 3B
Octal 335 120 240 0 100 34 15 506 103 73
Binary 11011101 1010000 10100000 0 1000000 11100 1101 101000110 1000011 111011

Color Harmonies of #DD50A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD50A0

Black with #DD50A0

Text Example


Text Example

White with #DD50A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD50A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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