Html Css Color HEX #D80580 Medium Violet Red

📋 copy color: '#D80580'

red 216 ◦ green 5 ◦ blue 128

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

Shades of Medium Violet Red #D80580

Tints of Medium Violet Red #D80580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.43%

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

R = 61.89%
G = 1.43%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D80580 (or 0xD80580) is known color: Medium Violet Red. HEX triplet: D8, 05 and 80. RGB value is (216,5,128). Sum of RGB (Red+Green+Blue) = 216+5+128=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D80580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80580 is #27FA7F. Grayscale: #515151. Windows color (decimal): -2620032 or 8390104. OLE color: 8390104.

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

Color convert

RGB 216 5 128 -
CMYK 0 0.98 0.41 0.15
HSL 325.02º 0.95% 0.43% -
HSV(B) 325.02º 0.98% 0.85% -
XYZ 32.27 16.27 21.86 -
YUV 82.11 153.9 223.5 -
System Red Green Blue C M Y K H S L
Decimal 216 5 128 0 0.98 0.41 0.15 325.02 0.95 0.43
Hex D8 5 80 0 62 29 F 145 5F 2B
Octal 330 5 200 0 142 51 17 505 137 53
Binary 11011000 101 10000000 0 1100010 101001 1111 101000101 1011111 101011

Color Harmonies of #D80580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80580

Black with #D80580

Text Example


Text Example

White with #D80580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80580; }

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

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

background-color css

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

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

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

border-color css

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

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

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