Html Css Color HEX #D6117F Medium Violet Red

📋 copy color: '#D6117F'

red 214 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #D6117F

Tints of Medium Violet Red #D6117F

RGB

 RED value IS 214 (83.98% from 255) = 59.78%

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

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

R = 59.78%
G = 4.75%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6117F (or 0xD6117F) is known color: Medium Violet Red. HEX triplet: D6, 11 and 7F. RGB value is (214,17,127). Sum of RGB (Red+Green+Blue) = 214+17+127=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6117F is #29EE80. Grayscale: #585858. Windows color (decimal): -2748033 or 8327638. OLE color: 8327638.

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

Color convert

RGB 214 17 127 -
CMYK 0 0.92 0.41 0.16
HSL 326.5º 0.85% 0.45% -
HSV(B) 326.5º 0.92% 0.84% -
XYZ 31.76 16.23 21.54 -
YUV 88.44 149.77 217.56 -
System Red Green Blue C M Y K H S L
Decimal 214 17 127 0 0.92 0.41 0.16 326.5 0.85 0.45
Hex D6 11 7F 0 5C 29 10 146 55 2D
Octal 326 21 177 0 134 51 20 506 125 55
Binary 11010110 10001 1111111 0 1011100 101001 10000 101000110 1010101 101101

Color Harmonies of #D6117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6117F

Black with #D6117F

Text Example


Text Example

White with #D6117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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