Html Css Color HEX #D80D9D Medium Violet Red

📋 copy color: '#D80D9D'

red 216 ◦ green 13 ◦ blue 157

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

Shades of Medium Violet Red #D80D9D

Tints of Medium Violet Red #D80D9D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.37%

 BLUE value IS 157 (61.72% from 255) = 40.67%

R = 55.96%
G = 3.37%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D80D9D (or 0xD80D9D) is known color: Medium Violet Red. HEX triplet: D8, 0D and 9D. RGB value is (216,13,157). Sum of RGB (Red+Green+Blue) = 216+13+157=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80D9D is #27F262. Grayscale: #595959. Windows color (decimal): -2617955 or 10292696. OLE color: 10292696.

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

Color convert

RGB 216 13 157 -
CMYK 0 0.94 0.27 0.15
HSL 317.44º 0.89% 0.45% -
HSV(B) 317.44º 0.94% 0.85% -
XYZ 34.55 17.32 33.42 -
YUV 90.11 165.75 217.79 -
System Red Green Blue C M Y K H S L
Decimal 216 13 157 0 0.94 0.27 0.15 317.44 0.89 0.45
Hex D8 D 9D 0 5E 1B F 13D 59 2D
Octal 330 15 235 0 136 33 17 475 131 55
Binary 11011000 1101 10011101 0 1011110 11011 1111 100111101 1011001 101101

Color Harmonies of #D80D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80D9D

Black with #D80D9D

Text Example


Text Example

White with #D80D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80D9D; }

 p { color: rgb(216,13,157); }

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

background-color css

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

 a { background-color: rgb(216,13,157); }

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

border-color css

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

 span { border-color: rgb(216,13,157); }

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