Html Css Color HEX #D20E80 Medium Violet Red

📋 copy color: '#D20E80'

red 210 ◦ green 14 ◦ blue 128

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

Shades of Medium Violet Red #D20E80

Tints of Medium Violet Red #D20E80

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.98%

 BLUE value IS 128 (50.39% from 255) = 36.36%

R = 59.66%
G = 3.98%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D20E80 (or 0xD20E80) is known color: Medium Violet Red. HEX triplet: D2, 0E and 80. RGB value is (210,14,128). Sum of RGB (Red+Green+Blue) = 210+14+128=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20E80 is #2DF17F. Grayscale: #555555. Windows color (decimal): -3010944 or 8392402. OLE color: 8392402.

HSL color Cylindrical-coordinate representation of color #D20E80: hue angle of 325.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20E80 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 14 128 -
CMYK 0 0.93 0.39 0.18
HSL 325.1º 0.88% 0.44% -
HSV(B) 325.1º 0.93% 0.82% -
XYZ 30.63 15.57 21.81 -
YUV 85.6 151.93 216.73 -
System Red Green Blue C M Y K H S L
Decimal 210 14 128 0 0.93 0.39 0.18 325.1 0.88 0.44
Hex D2 E 80 0 5D 27 12 145 58 2C
Octal 322 16 200 0 135 47 22 505 130 54
Binary 11010010 1110 10000000 0 1011101 100111 10010 101000101 1011000 101100

Color Harmonies of #D20E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E80

Black with #D20E80

Text Example


Text Example

White with #D20E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E80; }

 p { color: rgb(210,14,128); }

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

background-color css

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

 a { background-color: rgb(210,14,128); }

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

border-color css

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

 span { border-color: rgb(210,14,128); }

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