Html Css Color HEX #D80E8D Medium Violet Red

📋 copy color: '#D80E8D'

red 216 ◦ green 14 ◦ blue 141

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

Shades of Medium Violet Red #D80E8D

Tints of Medium Violet Red #D80E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.01%

R = 58.22%
G = 3.77%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D80E8D (or 0xD80E8D) is known color: Medium Violet Red. HEX triplet: D8, 0E and 8D. RGB value is (216,14,141). Sum of RGB (Red+Green+Blue) = 216+14+141=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80E8D is #27F172. Grayscale: #585858. Windows color (decimal): -2617715 or 9244376. OLE color: 9244376.

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

Color convert

RGB 216 14 141 -
CMYK 0 0.94 0.35 0.15
HSL 322.28º 0.88% 0.45% -
HSV(B) 322.28º 0.94% 0.85% -
XYZ 33.28 16.84 26.69 -
YUV 88.88 157.42 218.67 -
System Red Green Blue C M Y K H S L
Decimal 216 14 141 0 0.94 0.35 0.15 322.28 0.88 0.45
Hex D8 E 8D 0 5E 23 F 142 58 2D
Octal 330 16 215 0 136 43 17 502 130 55
Binary 11011000 1110 10001101 0 1011110 100011 1111 101000010 1011000 101101

Color Harmonies of #D80E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80E8D

Black with #D80E8D

Text Example


Text Example

White with #D80E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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