Html Css Color HEX #D5177C Medium Violet Red

📋 copy color: '#D5177C'

red 213 ◦ green 23 ◦ blue 124

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

Shades of Medium Violet Red #D5177C

Tints of Medium Violet Red #D5177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.39%

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

R = 59.17%
G = 6.39%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5177C (or 0xD5177C) is known color: Medium Violet Red. HEX triplet: D5, 17 and 7C. RGB value is (213,23,124). Sum of RGB (Red+Green+Blue) = 213+23+124=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5177C is #2AE883. Grayscale: #5B5B5B. Windows color (decimal): -2812036 or 8132565. OLE color: 8132565.

HSL color Cylindrical-coordinate representation of color #D5177C: hue angle of 328.11º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5177C is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 23 124 -
CMYK 0 0.89 0.42 0.16
HSL 328.11º 0.81% 0.46% -
HSV(B) 328.11º 0.89% 0.84% -
XYZ 31.39 16.21 20.54 -
YUV 91.32 146.45 214.79 -
System Red Green Blue C M Y K H S L
Decimal 213 23 124 0 0.89 0.42 0.16 328.11 0.81 0.46
Hex D5 17 7C 0 59 2A 10 148 51 2E
Octal 325 27 174 0 131 52 20 510 121 56
Binary 11010101 10111 1111100 0 1011001 101010 10000 101001000 1010001 101110

Color Harmonies of #D5177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5177C

Black with #D5177C

Text Example


Text Example

White with #D5177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5177C; }

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

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

background-color css

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

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

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

border-color css

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

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

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