Html Css Color HEX #D10E91 Medium Violet Red

📋 copy color: '#D10E91'

red 209 ◦ green 14 ◦ blue 145

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

Shades of Medium Violet Red #D10E91

Tints of Medium Violet Red #D10E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.4%

R = 56.79%
G = 3.8%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D10E91 (or 0xD10E91) is known color: Medium Violet Red. HEX triplet: D1, 0E and 91. RGB value is (209,14,145). Sum of RGB (Red+Green+Blue) = 209+14+145=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10E91 is #2EF16E. Grayscale: #565656. Windows color (decimal): -3076463 or 9506513. OLE color: 9506513.

HSL color Cylindrical-coordinate representation of color #D10E91: hue angle of 319.69º 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 #D10E91 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 14 145 -
CMYK 0 0.93 0.31 0.18
HSL 319.69º 0.87% 0.44% -
HSV(B) 319.69º 0.93% 0.82% -
XYZ 31.56 15.91 28.2 -
YUV 87.24 160.6 214.85 -
System Red Green Blue C M Y K H S L
Decimal 209 14 145 0 0.93 0.31 0.18 319.69 0.87 0.44
Hex D1 E 91 0 5D 1F 12 140 57 2C
Octal 321 16 221 0 135 37 22 500 127 54
Binary 11010001 1110 10010001 0 1011101 11111 10010 101000000 1010111 101100

Color Harmonies of #D10E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10E91

Black with #D10E91

Text Example


Text Example

White with #D10E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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