Html Css Color HEX #D80082 Medium Violet Red

📋 copy color: '#D80082'

red 216 ◦ green 0 ◦ blue 130

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

Shades of Medium Violet Red #D80082

Tints of Medium Violet Red #D80082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.57%

R = 62.43%
G = 0%
B = 37.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D80082 (or 0xD80082) is known color: Medium Violet Red. HEX triplet: D8, 00 and 82. RGB value is (216,0,130). Sum of RGB (Red+Green+Blue) = 216+0+130=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D80082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80082 is #27FF7D. Grayscale: #4F4F4F. Windows color (decimal): -2621310 or 8519896. OLE color: 8519896.

HSL color Cylindrical-coordinate representation of color #D80082: hue angle of 323.89º 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 #D80082 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 0 130 -
CMYK 0 1 0.40 0.15
HSL 323.89º 1% 0.42% -
HSV(B) 323.89º 1% 0.85% -
XYZ 32.35 16.21 22.54 -
YUV 79.4 156.56 225.43 -
System Red Green Blue C M Y K H S L
Decimal 216 0 130 0 1 0.40 0.15 323.89 1 0.42
Hex D8 0 82 0 64 28 F 144 64 2A
Octal 330 0 202 0 144 50 17 504 144 52
Binary 11011000 0 10000010 0 1100100 101000 1111 101000100 1100100 101010

Color Harmonies of #D80082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80082

Black with #D80082

Text Example


Text Example

White with #D80082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80082; }

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

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

background-color css

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

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

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

border-color css

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

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

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