Html Css Color HEX #DD0A80 Medium Violet Red

📋 copy color: '#DD0A80'

red 221 ◦ green 10 ◦ blue 128

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

Shades of Medium Violet Red #DD0A80

Tints of Medium Violet Red #DD0A80

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.79%

 BLUE value IS 128 (50.39% from 255) = 35.65%

R = 61.56%
G = 2.79%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD0A80 (or 0xDD0A80) is known color: Medium Violet Red. HEX triplet: DD, 0A and 80. RGB value is (221,10,128). Sum of RGB (Red+Green+Blue) = 221+10+128=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0A80 is #22F57F. Grayscale: #565656. Windows color (decimal): -2291072 or 8391389. OLE color: 8391389.

HSL color Cylindrical-coordinate representation of color #DD0A80: hue angle of 326.45º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0A80 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 10 128 -
CMYK 0 0.95 0.42 0.13
HSL 326.45º 0.91% 0.45% -
HSV(B) 326.45º 0.95% 0.87% -
XYZ 33.82 17.15 21.95 -
YUV 86.54 151.4 223.91 -
System Red Green Blue C M Y K H S L
Decimal 221 10 128 0 0.95 0.42 0.13 326.45 0.91 0.45
Hex DD A 80 0 5F 2A D 146 5B 2D
Octal 335 12 200 0 137 52 15 506 133 55
Binary 11011101 1010 10000000 0 1011111 101010 1101 101000110 1011011 101101

Color Harmonies of #DD0A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0A80

Black with #DD0A80

Text Example


Text Example

White with #DD0A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0A80; }

 p { color: rgb(221,10,128); }

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

background-color css

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

 a { background-color: rgb(221,10,128); }

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

border-color css

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

 span { border-color: rgb(221,10,128); }

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