Html Css Color HEX #D5117F Medium Violet Red

📋 copy color: '#D5117F'

red 213 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #D5117F

Tints of Medium Violet Red #D5117F

RGB

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

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

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

R = 59.66%
G = 4.76%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5117F (or 0xD5117F) is known color: Medium Violet Red. HEX triplet: D5, 11 and 7F. RGB value is (213,17,127). Sum of RGB (Red+Green+Blue) = 213+17+127=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5117F is #2AEE80. Grayscale: #575757. Windows color (decimal): -2813569 or 8327637. OLE color: 8327637.

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

Color convert

RGB 213 17 127 -
CMYK 0 0.92 0.40 0.16
HSL 326.33º 0.85% 0.45% -
HSV(B) 326.33º 0.92% 0.84% -
XYZ 31.47 16.08 21.52 -
YUV 88.14 149.93 217.06 -
System Red Green Blue C M Y K H S L
Decimal 213 17 127 0 0.92 0.40 0.16 326.33 0.85 0.45
Hex D5 11 7F 0 5C 28 10 146 55 2D
Octal 325 21 177 0 134 50 20 506 125 55
Binary 11010101 10001 1111111 0 1011100 101000 10000 101000110 1010101 101101

Color Harmonies of #D5117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5117F

Black with #D5117F

Text Example


Text Example

White with #D5117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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