Html Css Color HEX #D8119C Medium Violet Red

📋 copy color: '#D8119C'

red 216 ◦ green 17 ◦ blue 156

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

Shades of Medium Violet Red #D8119C

Tints of Medium Violet Red #D8119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.1%

R = 55.53%
G = 4.37%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D8119C (or 0xD8119C) is known color: Medium Violet Red. HEX triplet: D8, 11 and 9C. RGB value is (216,17,156). Sum of RGB (Red+Green+Blue) = 216+17+156=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8119C is #27EE63. Grayscale: #5B5B5B. Windows color (decimal): -2616932 or 10228184. OLE color: 10228184.

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

Color convert

RGB 216 17 156 -
CMYK 0 0.92 0.28 0.15
HSL 318.09º 0.85% 0.46% -
HSV(B) 318.09º 0.92% 0.85% -
XYZ 34.52 17.4 32.99 -
YUV 92.35 163.93 216.2 -
System Red Green Blue C M Y K H S L
Decimal 216 17 156 0 0.92 0.28 0.15 318.09 0.85 0.46
Hex D8 11 9C 0 5C 1C F 13E 55 2E
Octal 330 21 234 0 134 34 17 476 125 56
Binary 11011000 10001 10011100 0 1011100 11100 1111 100111110 1010101 101110

Color Harmonies of #D8119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8119C

Black with #D8119C

Text Example


Text Example

White with #D8119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8119C; }

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

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

background-color css

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

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

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

border-color css

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

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

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