Html Css Color HEX #D5117A Medium Violet Red

📋 copy color: '#D5117A'

red 213 ◦ green 17 ◦ blue 122

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

Shades of Medium Violet Red #D5117A

Tints of Medium Violet Red #D5117A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.66%

R = 60.51%
G = 4.83%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5117A (or 0xD5117A) is known color: Medium Violet Red. HEX triplet: D5, 11 and 7A. RGB value is (213,17,122). Sum of RGB (Red+Green+Blue) = 213+17+122=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D5117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5117A is #2AEE85. Grayscale: #575757. Windows color (decimal): -2813574 or 7999957. OLE color: 7999957.

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

Color convert

RGB 213 17 122 -
CMYK 0 0.92 0.43 0.16
HSL 327.86º 0.85% 0.45% -
HSV(B) 327.86º 0.92% 0.84% -
XYZ 31.15 15.95 19.85 -
YUV 87.57 147.43 217.46 -
System Red Green Blue C M Y K H S L
Decimal 213 17 122 0 0.92 0.43 0.16 327.86 0.85 0.45
Hex D5 11 7A 0 5C 2B 10 148 55 2D
Octal 325 21 172 0 134 53 20 510 125 55
Binary 11010101 10001 1111010 0 1011100 101011 10000 101001000 1010101 101101

Color Harmonies of #D5117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5117A

Black with #D5117A

Text Example


Text Example

White with #D5117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5117A; }

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

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

background-color css

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

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

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

border-color css

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

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

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