Html Css Color HEX #D5117C Medium Violet Red

📋 copy color: '#D5117C'

red 213 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #D5117C

Tints of Medium Violet Red #D5117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.03%

R = 60.17%
G = 4.8%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5117C (or 0xD5117C) is known color: Medium Violet Red. HEX triplet: D5, 11 and 7C. RGB value is (213,17,124). Sum of RGB (Red+Green+Blue) = 213+17+124=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5117C is #2AEE83. Grayscale: #575757. Windows color (decimal): -2813572 or 8131029. OLE color: 8131029.

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

Color convert

RGB 213 17 124 -
CMYK 0 0.92 0.42 0.16
HSL 327.24º 0.85% 0.45% -
HSV(B) 327.24º 0.92% 0.84% -
XYZ 31.28 16 20.51 -
YUV 87.8 148.43 217.3 -
System Red Green Blue C M Y K H S L
Decimal 213 17 124 0 0.92 0.42 0.16 327.24 0.85 0.45
Hex D5 11 7C 0 5C 2A 10 147 55 2D
Octal 325 21 174 0 134 52 20 507 125 55
Binary 11010101 10001 1111100 0 1011100 101010 10000 101000111 1010101 101101

Color Harmonies of #D5117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5117C

Black with #D5117C

Text Example


Text Example

White with #D5117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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