Html Css Color HEX #D4117F Medium Violet Red

📋 copy color: '#D4117F'

red 212 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #D4117F

Tints of Medium Violet Red #D4117F

RGB

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

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

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

R = 59.55%
G = 4.78%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4117F (or 0xD4117F) is known color: Medium Violet Red. HEX triplet: D4, 11 and 7F. RGB value is (212,17,127). Sum of RGB (Red+Green+Blue) = 212+17+127=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D4117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4117F is #2BEE80. Grayscale: #575757. Windows color (decimal): -2879105 or 8327636. OLE color: 8327636.

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

Color convert

RGB 212 17 127 -
CMYK 0 0.92 0.40 0.17
HSL 326.15º 0.85% 0.45% -
HSV(B) 326.15º 0.92% 0.83% -
XYZ 31.18 15.93 21.51 -
YUV 87.85 150.1 216.56 -
System Red Green Blue C M Y K H S L
Decimal 212 17 127 0 0.92 0.40 0.17 326.15 0.85 0.45
Hex D4 11 7F 0 5C 28 11 146 55 2D
Octal 324 21 177 0 134 50 21 506 125 55
Binary 11010100 10001 1111111 0 1011100 101000 10001 101000110 1010101 101101

Color Harmonies of #D4117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4117F

Black with #D4117F

Text Example


Text Example

White with #D4117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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