Html Css Color HEX #D020A2 Medium Violet Red

📋 copy color: '#D020A2'

red 208 ◦ green 32 ◦ blue 162

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

Shades of Medium Violet Red #D020A2

Tints of Medium Violet Red #D020A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.3%

R = 51.74%
G = 7.96%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D020A2 (or 0xD020A2) is known color: Medium Violet Red. HEX triplet: D0, 20 and A2. RGB value is (208,32,162). Sum of RGB (Red+Green+Blue) = 208+32+162=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D020A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D020A2 is #2FDF5D. Grayscale: #636363. Windows color (decimal): -3137374 or 10625232. OLE color: 10625232.

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

Color convert

RGB 208 32 162 -
CMYK 0 0.85 0.22 0.18
HSL 315.68º 0.73% 0.47% -
HSV(B) 315.68º 0.85% 0.82% -
XYZ 33.05 17.05 35.73 -
YUV 99.44 163.31 205.43 -
System Red Green Blue C M Y K H S L
Decimal 208 32 162 0 0.85 0.22 0.18 315.68 0.73 0.47
Hex D0 20 A2 0 55 16 12 13C 49 2F
Octal 320 40 242 0 125 26 22 474 111 57
Binary 11010000 100000 10100010 0 1010101 10110 10010 100111100 1001001 101111

Color Harmonies of #D020A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D020A2

Black with #D020A2

Text Example


Text Example

White with #D020A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D020A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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