Html Css Color HEX #D020AD Medium Violet Red

📋 copy color: '#D020AD'

red 208 ◦ green 32 ◦ blue 173

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

Shades of Medium Violet Red #D020AD

Tints of Medium Violet Red #D020AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.89%

R = 50.36%
G = 7.75%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D020AD (or 0xD020AD) is known color: Medium Violet Red. HEX triplet: D0, 20 and AD. RGB value is (208,32,173). Sum of RGB (Red+Green+Blue) = 208+32+173=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D020AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D020AD is #2FDF52. Grayscale: #646464. Windows color (decimal): -3137363 or 11346128. OLE color: 11346128.

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

Color convert

RGB 208 32 173 -
CMYK 0 0.85 0.17 0.18
HSL 311.93º 0.73% 0.47% -
HSV(B) 311.93º 0.85% 0.82% -
XYZ 34.07 17.46 41.11 -
YUV 100.7 168.81 204.54 -
System Red Green Blue C M Y K H S L
Decimal 208 32 173 0 0.85 0.17 0.18 311.93 0.73 0.47
Hex D0 20 AD 0 55 11 12 138 49 2F
Octal 320 40 255 0 125 21 22 470 111 57
Binary 11010000 100000 10101101 0 1010101 10001 10010 100111000 1001001 101111

Color Harmonies of #D020AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020AD

Black with #D020AD

Text Example


Text Example

White with #D020AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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