Html Css Color HEX #D8117F Medium Violet Red

📋 copy color: '#D8117F'

red 216 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #D8117F

Tints of Medium Violet Red #D8117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.28%

R = 60%
G = 4.72%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8117F (or 0xD8117F) is known color: Medium Violet Red. HEX triplet: D8, 11 and 7F. RGB value is (216,17,127). Sum of RGB (Red+Green+Blue) = 216+17+127=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D8117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8117F is #27EE80. Grayscale: #585858. Windows color (decimal): -2616961 or 8327640. OLE color: 8327640.

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

Color convert

RGB 216 17 127 -
CMYK 0 0.92 0.41 0.15
HSL 326.83º 0.85% 0.46% -
HSV(B) 326.83º 0.92% 0.85% -
XYZ 32.35 16.53 21.56 -
YUV 89.04 149.43 218.56 -
System Red Green Blue C M Y K H S L
Decimal 216 17 127 0 0.92 0.41 0.15 326.83 0.85 0.46
Hex D8 11 7F 0 5C 29 F 147 55 2E
Octal 330 21 177 0 134 51 17 507 125 56
Binary 11011000 10001 1111111 0 1011100 101001 1111 101000111 1010101 101110

Color Harmonies of #D8117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8117F

Black with #D8117F

Text Example


Text Example

White with #D8117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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