Html Css Color HEX #D20080 Medium Violet Red

📋 copy color: '#D20080'

red 210 ◦ green 0 ◦ blue 128

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

Shades of Medium Violet Red #D20080

Tints of Medium Violet Red #D20080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.13%
G = 0%
B = 37.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D20080 (or 0xD20080) is known color: Medium Violet Red. HEX triplet: D2, 00 and 80. RGB value is (210,0,128). Sum of RGB (Red+Green+Blue) = 210+0+128=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D20080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20080 is #2DFF7F. Grayscale: #4D4D4D. Windows color (decimal): -3014528 or 8388818. OLE color: 8388818.

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

Color convert

RGB 210 0 128 -
CMYK 0 1 0.39 0.18
HSL 323.43º 1% 0.41% -
HSV(B) 323.43º 1% 0.82% -
XYZ 30.47 15.26 21.76 -
YUV 77.38 156.57 222.59 -
System Red Green Blue C M Y K H S L
Decimal 210 0 128 0 1 0.39 0.18 323.43 1 0.41
Hex D2 0 80 0 64 27 12 143 64 29
Octal 322 0 200 0 144 47 22 503 144 51
Binary 11010010 0 10000000 0 1100100 100111 10010 101000011 1100100 101001

Color Harmonies of #D20080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20080

Black with #D20080

Text Example


Text Example

White with #D20080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20080; }

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

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

background-color css

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

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

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

border-color css

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

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

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