Html Css Color HEX #D8119F Medium Violet Red

📋 copy color: '#D8119F'

red 216 ◦ green 17 ◦ blue 159

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

Shades of Medium Violet Red #D8119F

Tints of Medium Violet Red #D8119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.34%

 BLUE value IS 159 (62.5% from 255) = 40.56%

R = 55.1%
G = 4.34%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D8119F (or 0xD8119F) is known color: Medium Violet Red. HEX triplet: D8, 11 and 9F. RGB value is (216,17,159). Sum of RGB (Red+Green+Blue) = 216+17+159=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8119F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8119F is #27EE60. Grayscale: #5C5C5C. Windows color (decimal): -2616929 or 10424792. OLE color: 10424792.

HSL color Cylindrical-coordinate representation of color #D8119F: hue angle of 317.19º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8119F is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 17 159 -
CMYK 0 0.92 0.26 0.15
HSL 317.19º 0.85% 0.46% -
HSV(B) 317.19º 0.92% 0.85% -
XYZ 34.78 17.5 34.35 -
YUV 92.69 165.43 215.95 -
System Red Green Blue C M Y K H S L
Decimal 216 17 159 0 0.92 0.26 0.15 317.19 0.85 0.46
Hex D8 11 9F 0 5C 1A F 13D 55 2E
Octal 330 21 237 0 134 32 17 475 125 56
Binary 11011000 10001 10011111 0 1011100 11010 1111 100111101 1010101 101110

Color Harmonies of #D8119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8119F

Black with #D8119F

Text Example


Text Example

White with #D8119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8119F; }

 p { color: rgb(216,17,159); }

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

background-color css

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

 a { background-color: rgb(216,17,159); }

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

border-color css

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

 span { border-color: rgb(216,17,159); }

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