Html Css Color HEX #D5118D Medium Violet Red

📋 copy color: '#D5118D'

red 213 ◦ green 17 ◦ blue 141

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

Shades of Medium Violet Red #D5118D

Tints of Medium Violet Red #D5118D

RGB

 RED value IS 213 (83.59% from 255) = 57.41%

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

 BLUE value IS 141 (55.47% from 255) = 38.01%

R = 57.41%
G = 4.58%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5118D (or 0xD5118D) is known color: Medium Violet Red. HEX triplet: D5, 11 and 8D. RGB value is (213,17,141). Sum of RGB (Red+Green+Blue) = 213+17+141=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5118D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5118D is #2AEE72. Grayscale: #595959. Windows color (decimal): -2813555 or 9245141. OLE color: 9245141.

HSL color Cylindrical-coordinate representation of color #D5118D: hue angle of 322.04º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5118D is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 17 141 -
CMYK 0 0.92 0.34 0.16
HSL 322.04º 0.85% 0.45% -
HSV(B) 322.04º 0.92% 0.84% -
XYZ 32.45 16.47 26.67 -
YUV 89.74 156.93 215.92 -
System Red Green Blue C M Y K H S L
Decimal 213 17 141 0 0.92 0.34 0.16 322.04 0.85 0.45
Hex D5 11 8D 0 5C 22 10 142 55 2D
Octal 325 21 215 0 134 42 20 502 125 55
Binary 11010101 10001 10001101 0 1011100 100010 10000 101000010 1010101 101101

Color Harmonies of #D5118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5118D

Black with #D5118D

Text Example


Text Example

White with #D5118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5118D; }

 p { color: rgb(213,17,141); }

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

background-color css

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

 a { background-color: rgb(213,17,141); }

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

border-color css

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

 span { border-color: rgb(213,17,141); }

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