Html Css Color HEX #D10E8C Medium Violet Red

📋 copy color: '#D10E8C'

red 209 ◦ green 14 ◦ blue 140

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

Shades of Medium Violet Red #D10E8C

Tints of Medium Violet Red #D10E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.57%

R = 57.58%
G = 3.86%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D10E8C (or 0xD10E8C) is known color: Medium Violet Red. HEX triplet: D1, 0E and 8C. RGB value is (209,14,140). Sum of RGB (Red+Green+Blue) = 209+14+140=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10E8C is #2EF173. Grayscale: #565656. Windows color (decimal): -3076468 or 9178833. OLE color: 9178833.

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

Color convert

RGB 209 14 140 -
CMYK 0 0.93 0.33 0.18
HSL 321.23º 0.87% 0.44% -
HSV(B) 321.23º 0.93% 0.82% -
XYZ 31.19 15.76 26.21 -
YUV 86.67 158.1 215.25 -
System Red Green Blue C M Y K H S L
Decimal 209 14 140 0 0.93 0.33 0.18 321.23 0.87 0.44
Hex D1 E 8C 0 5D 21 12 141 57 2C
Octal 321 16 214 0 135 41 22 501 127 54
Binary 11010001 1110 10001100 0 1011101 100001 10010 101000001 1010111 101100

Color Harmonies of #D10E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10E8C

Black with #D10E8C

Text Example


Text Example

White with #D10E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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