Html Css Color HEX #D4117C Medium Violet Red

📋 copy color: '#D4117C'

red 212 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #D4117C

Tints of Medium Violet Red #D4117C

RGB

 RED value IS 212 (83.2% from 255) = 60.06%

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

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

R = 60.06%
G = 4.82%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D4117C (or 0xD4117C) is known color: Medium Violet Red. HEX triplet: D4, 11 and 7C. RGB value is (212,17,124). Sum of RGB (Red+Green+Blue) = 212+17+124=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D4117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4117C is #2BEE83. Grayscale: #575757. Windows color (decimal): -2879108 or 8131028. OLE color: 8131028.

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

Color convert

RGB 212 17 124 -
CMYK 0 0.92 0.42 0.17
HSL 327.08º 0.85% 0.45% -
HSV(B) 327.08º 0.92% 0.83% -
XYZ 30.99 15.85 20.5 -
YUV 87.5 148.6 216.8 -
System Red Green Blue C M Y K H S L
Decimal 212 17 124 0 0.92 0.42 0.17 327.08 0.85 0.45
Hex D4 11 7C 0 5C 2A 11 147 55 2D
Octal 324 21 174 0 134 52 21 507 125 55
Binary 11010100 10001 1111100 0 1011100 101010 10001 101000111 1010101 101101

Color Harmonies of #D4117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4117C

Black with #D4117C

Text Example


Text Example

White with #D4117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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