Html Css Color HEX #D80080 Medium Violet Red

📋 copy color: '#D80080'

red 216 ◦ green 0 ◦ blue 128

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

Shades of Medium Violet Red #D80080

Tints of Medium Violet Red #D80080

RGB

 RED value IS 216 (84.77% from 255) = 62.79%

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

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

R = 62.79%
G = 0%
B = 37.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D80080 (or 0xD80080) is known color: Medium Violet Red. HEX triplet: D8, 00 and 80. RGB value is (216,0,128). Sum of RGB (Red+Green+Blue) = 216+0+128=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D80080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80080 is #27FF7F. Grayscale: #4E4E4E. Windows color (decimal): -2621312 or 8388824. OLE color: 8388824.

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

Color convert

RGB 216 0 128 -
CMYK 0 1 0.41 0.15
HSL 324.44º 1% 0.42% -
HSV(B) 324.44º 1% 0.85% -
XYZ 32.22 16.16 21.84 -
YUV 79.18 155.56 225.59 -
System Red Green Blue C M Y K H S L
Decimal 216 0 128 0 1 0.41 0.15 324.44 1 0.42
Hex D8 0 80 0 64 29 F 144 64 2A
Octal 330 0 200 0 144 51 17 504 144 52
Binary 11011000 0 10000000 0 1100100 101001 1111 101000100 1100100 101010

Color Harmonies of #D80080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80080

Black with #D80080

Text Example


Text Example

White with #D80080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80080; }

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

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

background-color css

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

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

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

border-color css

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

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

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