Html Css Color HEX #D10E72 Medium Violet Red

📋 copy color: '#D10E72'

red 209 ◦ green 14 ◦ blue 114

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

Shades of Medium Violet Red #D10E72

Tints of Medium Violet Red #D10E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.83%

R = 62.02%
G = 4.15%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D10E72 (or 0xD10E72) is known color: Medium Violet Red. HEX triplet: D1, 0E and 72. RGB value is (209,14,114). Sum of RGB (Red+Green+Blue) = 209+14+114=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10E72 is #2EF18D. Grayscale: #535353. Windows color (decimal): -3076494 or 7474897. OLE color: 7474897.

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

Color convert

RGB 209 14 114 -
CMYK 0 0.93 0.45 0.18
HSL 329.23º 0.87% 0.44% -
HSV(B) 329.23º 0.93% 0.82% -
XYZ 29.49 15.08 17.28 -
YUV 83.71 145.1 217.37 -
System Red Green Blue C M Y K H S L
Decimal 209 14 114 0 0.93 0.45 0.18 329.23 0.87 0.44
Hex D1 E 72 0 5D 2D 12 149 57 2C
Octal 321 16 162 0 135 55 22 511 127 54
Binary 11010001 1110 1110010 0 1011101 101101 10010 101001001 1010111 101100

Color Harmonies of #D10E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10E72

Black with #D10E72

Text Example


Text Example

White with #D10E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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