Html Css Color HEX #D8119B Medium Violet Red

📋 copy color: '#D8119B'

red 216 ◦ green 17 ◦ blue 155

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

Shades of Medium Violet Red #D8119B

Tints of Medium Violet Red #D8119B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.95%

R = 55.67%
G = 4.38%
B = 39.95%

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

#D8119B (or 0xD8119B) is known color: Medium Violet Red. HEX triplet: D8, 11 and 9B. RGB value is (216,17,155). Sum of RGB (Red+Green+Blue) = 216+17+155=388 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.67% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 216 - color contains mainly: red. Hex color #D8119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8119B is #27EE64. Grayscale: #5B5B5B. Windows color (decimal): -2616933 or 10162648. OLE color: 10162648.

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

Color convert

RGB 216 17 155 -
CMYK 0 0.92 0.28 0.15
HSL 318.39º 0.85% 0.46% -
HSV(B) 318.39º 0.92% 0.85% -
XYZ 34.44 17.37 32.55 -
YUV 92.23 163.43 216.28 -
System Red Green Blue C M Y K H S L
Decimal 216 17 155 0 0.92 0.28 0.15 318.39 0.85 0.46
Hex D8 11 9B 0 5C 1C F 13E 55 2E
Octal 330 21 233 0 134 34 17 476 125 56
Binary 11011000 10001 10011011 0 1011100 11100 1111 100111110 1010101 101110

Color Harmonies of #D8119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8119B

Black with #D8119B

Text Example


Text Example

White with #D8119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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