Html Css Color HEX #D8119A Medium Violet Red

📋 copy color: '#D8119A'

red 216 ◦ green 17 ◦ blue 154

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

Shades of Medium Violet Red #D8119A

Tints of Medium Violet Red #D8119A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.79%

R = 55.81%
G = 4.39%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D8119A (or 0xD8119A) is known color: Medium Violet Red. HEX triplet: D8, 11 and 9A. RGB value is (216,17,154). Sum of RGB (Red+Green+Blue) = 216+17+154=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D8119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8119A is #27EE65. Grayscale: #5B5B5B. Windows color (decimal): -2616934 or 10097112. OLE color: 10097112.

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

Color convert

RGB 216 17 154 -
CMYK 0 0.92 0.29 0.15
HSL 318.69º 0.85% 0.46% -
HSV(B) 318.69º 0.92% 0.85% -
XYZ 34.35 17.33 32.11 -
YUV 92.12 162.93 216.36 -
System Red Green Blue C M Y K H S L
Decimal 216 17 154 0 0.92 0.29 0.15 318.69 0.85 0.46
Hex D8 11 9A 0 5C 1D F 13F 55 2E
Octal 330 21 232 0 134 35 17 477 125 56
Binary 11011000 10001 10011010 0 1011100 11101 1111 100111111 1010101 101110

Color Harmonies of #D8119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8119A

Black with #D8119A

Text Example


Text Example

White with #D8119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8119A; }

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

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

background-color css

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

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

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

border-color css

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

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

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