Html Css Color HEX #D10E71 Medium Violet Red

📋 copy color: '#D10E71'

red 209 ◦ green 14 ◦ blue 113

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

Shades of Medium Violet Red #D10E71

Tints of Medium Violet Red #D10E71

RGB

 RED value IS 209 (82.03% from 255) = 62.2%

 GREEN value IS 14 (5.86% from 255) = 4.17%

 BLUE value IS 113 (44.53% from 255) = 33.63%

R = 62.2%
G = 4.17%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D10E71 (or 0xD10E71) is known color: Medium Violet Red. HEX triplet: D1, 0E and 71. RGB value is (209,14,113). Sum of RGB (Red+Green+Blue) = 209+14+113=336 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.20% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10E71 is #2EF18E. Grayscale: #535353. Windows color (decimal): -3076495 or 7409361. OLE color: 7409361.

HSL color Cylindrical-coordinate representation of color #D10E71: hue angle of 329.54º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10E71 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 14 113 -
CMYK 0 0.93 0.46 0.18
HSL 329.54º 0.87% 0.44% -
HSV(B) 329.54º 0.93% 0.82% -
XYZ 29.43 15.06 16.98 -
YUV 83.59 144.6 217.45 -
System Red Green Blue C M Y K H S L
Decimal 209 14 113 0 0.93 0.46 0.18 329.54 0.87 0.44
Hex D1 E 71 0 5D 2E 12 14A 57 2C
Octal 321 16 161 0 135 56 22 512 127 54
Binary 11010001 1110 1110001 0 1011101 101110 10010 101001010 1010111 101100

Color Harmonies of #D10E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10E71

Black with #D10E71

Text Example


Text Example

White with #D10E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10E71; }

 p { color: rgb(209,14,113); }

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

background-color css

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

 a { background-color: rgb(209,14,113); }

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

border-color css

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

 span { border-color: rgb(209,14,113); }

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