Html Css Color HEX #D20780 Medium Violet Red

📋 copy color: '#D20780'

red 210 ◦ green 7 ◦ blue 128

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

Shades of Medium Violet Red #D20780

Tints of Medium Violet Red #D20780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.03%

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

R = 60.87%
G = 2.03%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D20780 (or 0xD20780) is known color: Medium Violet Red. HEX triplet: D2, 07 and 80. RGB value is (210,7,128). Sum of RGB (Red+Green+Blue) = 210+7+128=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D20780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20780 is #2DF87F. Grayscale: #515151. Windows color (decimal): -3012736 or 8390610. OLE color: 8390610.

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

Color convert

RGB 210 7 128 -
CMYK 0 0.97 0.39 0.18
HSL 324.24º 0.94% 0.43% -
HSV(B) 324.24º 0.97% 0.82% -
XYZ 30.55 15.41 21.79 -
YUV 81.49 154.25 219.66 -
System Red Green Blue C M Y K H S L
Decimal 210 7 128 0 0.97 0.39 0.18 324.24 0.94 0.43
Hex D2 7 80 0 61 27 12 144 5E 2B
Octal 322 7 200 0 141 47 22 504 136 53
Binary 11010010 111 10000000 0 1100001 100111 10010 101000100 1011110 101011

Color Harmonies of #D20780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20780

Black with #D20780

Text Example


Text Example

White with #D20780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20780; }

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

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

background-color css

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

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

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

border-color css

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

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

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