Html Css Color HEX #D8117D Medium Violet Red

📋 copy color: '#D8117D'

red 216 ◦ green 17 ◦ blue 125

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

Shades of Medium Violet Red #D8117D

Tints of Medium Violet Red #D8117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 60.34%
G = 4.75%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8117D (or 0xD8117D) is known color: Medium Violet Red. HEX triplet: D8, 11 and 7D. RGB value is (216,17,125). Sum of RGB (Red+Green+Blue) = 216+17+125=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D8117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8117D is #27EE82. Grayscale: #585858. Windows color (decimal): -2616963 or 8196568. OLE color: 8196568.

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

Color convert

RGB 216 17 125 -
CMYK 0 0.92 0.42 0.15
HSL 327.44º 0.85% 0.46% -
HSV(B) 327.44º 0.92% 0.85% -
XYZ 32.22 16.48 20.88 -
YUV 88.81 148.43 218.72 -
System Red Green Blue C M Y K H S L
Decimal 216 17 125 0 0.92 0.42 0.15 327.44 0.85 0.46
Hex D8 11 7D 0 5C 2A F 147 55 2E
Octal 330 21 175 0 134 52 17 507 125 56
Binary 11011000 10001 1111101 0 1011100 101010 1111 101000111 1010101 101110

Color Harmonies of #D8117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8117D

Black with #D8117D

Text Example


Text Example

White with #D8117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8117D; }

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

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

background-color css

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

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

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

border-color css

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

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

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