Html Css Color HEX #D80E84 Medium Violet Red

📋 copy color: '#D80E84'

red 216 ◦ green 14 ◦ blue 132

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

Shades of Medium Violet Red #D80E84

Tints of Medium Violet Red #D80E84

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.87%

 BLUE value IS 132 (51.95% from 255) = 36.46%

R = 59.67%
G = 3.87%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D80E84 (or 0xD80E84) is known color: Medium Violet Red. HEX triplet: D8, 0E and 84. RGB value is (216,14,132). Sum of RGB (Red+Green+Blue) = 216+14+132=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80E84 is #27F17B. Grayscale: #575757. Windows color (decimal): -2617724 or 8654552. OLE color: 8654552.

HSL color Cylindrical-coordinate representation of color #D80E84: hue angle of 324.95º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80E84 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 14 132 -
CMYK 0 0.94 0.39 0.15
HSL 324.95º 0.88% 0.45% -
HSV(B) 324.95º 0.94% 0.85% -
XYZ 32.64 16.58 23.31 -
YUV 87.85 152.92 219.41 -
System Red Green Blue C M Y K H S L
Decimal 216 14 132 0 0.94 0.39 0.15 324.95 0.88 0.45
Hex D8 E 84 0 5E 27 F 145 58 2D
Octal 330 16 204 0 136 47 17 505 130 55
Binary 11011000 1110 10000100 0 1011110 100111 1111 101000101 1011000 101101

Color Harmonies of #D80E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80E84

Black with #D80E84

Text Example


Text Example

White with #D80E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80E84; }

 p { color: rgb(216,14,132); }

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

background-color css

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

 a { background-color: rgb(216,14,132); }

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

border-color css

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

 span { border-color: rgb(216,14,132); }

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