Html Css Color HEX #D220A0 Medium Violet Red

📋 copy color: '#D220A0'

red 210 ◦ green 32 ◦ blue 160

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

Shades of Medium Violet Red #D220A0

Tints of Medium Violet Red #D220A0

RGB

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

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

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

R = 52.24%
G = 7.96%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D220A0 (or 0xD220A0) is known color: Medium Violet Red. HEX triplet: D2, 20 and A0. RGB value is (210,32,160). Sum of RGB (Red+Green+Blue) = 210+32+160=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 160 (62.89% from 255 or 39.80% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D220A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D220A0 is #2DDF5F. Grayscale: #636363. Windows color (decimal): -3006304 or 10494162. OLE color: 10494162.

HSL color Cylindrical-coordinate representation of color #D220A0: hue angle of 316.85º 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 #D220A0 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 32 160 -
CMYK 0 0.85 0.24 0.18
HSL 316.85º 0.74% 0.47% -
HSV(B) 316.85º 0.85% 0.82% -
XYZ 33.44 17.27 34.83 -
YUV 99.81 161.97 206.59 -
System Red Green Blue C M Y K H S L
Decimal 210 32 160 0 0.85 0.24 0.18 316.85 0.74 0.47
Hex D2 20 A0 0 55 18 12 13D 4A 2F
Octal 322 40 240 0 125 30 22 475 112 57
Binary 11010010 100000 10100000 0 1010101 11000 10010 100111101 1001010 101111

Color Harmonies of #D220A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D220A0

Black with #D220A0

Text Example


Text Example

White with #D220A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D220A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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