Html Css Color HEX #D020AA Medium Violet Red

📋 copy color: '#D020AA'

red 208 ◦ green 32 ◦ blue 170

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

Shades of Medium Violet Red #D020AA

Tints of Medium Violet Red #D020AA

RGB

 RED value IS 208 (81.64% from 255) = 50.73%

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

 BLUE value IS 170 (66.8% from 255) = 41.46%

R = 50.73%
G = 7.8%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D020AA (or 0xD020AA) is known color: Medium Violet Red. HEX triplet: D0, 20 and AA. RGB value is (208,32,170). Sum of RGB (Red+Green+Blue) = 208+32+170=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D020AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D020AA is #2FDF55. Grayscale: #636363. Windows color (decimal): -3137366 or 11149520. OLE color: 11149520.

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

Color convert

RGB 208 32 170 -
CMYK 0 0.85 0.18 0.18
HSL 312.95º 0.73% 0.47% -
HSV(B) 312.95º 0.85% 0.82% -
XYZ 33.78 17.35 39.6 -
YUV 100.36 167.31 204.78 -
System Red Green Blue C M Y K H S L
Decimal 208 32 170 0 0.85 0.18 0.18 312.95 0.73 0.47
Hex D0 20 AA 0 55 12 12 139 49 2F
Octal 320 40 252 0 125 22 22 471 111 57
Binary 11010000 100000 10101010 0 1010101 10010 10010 100111001 1001001 101111

Color Harmonies of #D020AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020AA

Black with #D020AA

Text Example


Text Example

White with #D020AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020AA; }

 p { color: rgb(208,32,170); }

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

background-color css

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

 a { background-color: rgb(208,32,170); }

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

border-color css

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

 span { border-color: rgb(208,32,170); }

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