Html Css Color HEX #D220A9 Medium Violet Red

📋 copy color: '#D220A9'

red 210 ◦ green 32 ◦ blue 169

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

Shades of Medium Violet Red #D220A9

Tints of Medium Violet Red #D220A9

RGB

 RED value IS 210 (82.42% from 255) = 51.09%

 GREEN value IS 32 (12.89% from 255) = 7.79%

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

R = 51.09%
G = 7.79%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D220A9 (or 0xD220A9) is known color: Medium Violet Red. HEX triplet: D2, 20 and A9. RGB value is (210,32,169). Sum of RGB (Red+Green+Blue) = 210+32+169=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 32 (12.89% from 255 or 7.79% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D220A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D220A9 is #2DDF56. Grayscale: #646464. Windows color (decimal): -3006295 or 11083986. OLE color: 11083986.

HSL color Cylindrical-coordinate representation of color #D220A9: hue angle of 313.82º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D220A9 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 32 169 -
CMYK 0 0.85 0.20 0.18
HSL 313.82º 0.74% 0.47% -
HSV(B) 313.82º 0.85% 0.82% -
XYZ 34.26 17.6 39.13 -
YUV 100.84 166.47 205.86 -
System Red Green Blue C M Y K H S L
Decimal 210 32 169 0 0.85 0.20 0.18 313.82 0.74 0.47
Hex D2 20 A9 0 55 14 12 13A 4A 2F
Octal 322 40 251 0 125 24 22 472 112 57
Binary 11010010 100000 10101001 0 1010101 10100 10010 100111010 1001010 101111

Color Harmonies of #D220A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D220A9

Black with #D220A9

Text Example


Text Example

White with #D220A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D220A9; }

 p { color: rgb(210,32,169); }

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

background-color css

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

 a { background-color: rgb(210,32,169); }

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

border-color css

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

 span { border-color: rgb(210,32,169); }

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