Html Css Color HEX #D80380 Medium Violet Red

📋 copy color: '#D80380'

red 216 ◦ green 3 ◦ blue 128

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

Shades of Medium Violet Red #D80380

Tints of Medium Violet Red #D80380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

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

R = 62.25%
G = 0.86%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D80380 (or 0xD80380) is known color: Medium Violet Red. HEX triplet: D8, 03 and 80. RGB value is (216,3,128). Sum of RGB (Red+Green+Blue) = 216+3+128=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D80380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80380 is #27FC7F. Grayscale: #505050. Windows color (decimal): -2620544 or 8389592. OLE color: 8389592.

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

Color convert

RGB 216 3 128 -
CMYK 0 0.99 0.41 0.15
HSL 324.79º 0.97% 0.43% -
HSV(B) 324.79º 0.99% 0.85% -
XYZ 32.25 16.22 21.85 -
YUV 80.94 154.57 224.34 -
System Red Green Blue C M Y K H S L
Decimal 216 3 128 0 0.99 0.41 0.15 324.79 0.97 0.43
Hex D8 3 80 0 63 29 F 145 61 2B
Octal 330 3 200 0 143 51 17 505 141 53
Binary 11011000 11 10000000 0 1100011 101001 1111 101000101 1100001 101011

Color Harmonies of #D80380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80380

Black with #D80380

Text Example


Text Example

White with #D80380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80380; }

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

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

background-color css

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

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

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

border-color css

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

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

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