Html Css Color HEX #D10D71 Medium Violet Red

📋 copy color: '#D10D71'

red 209 ◦ green 13 ◦ blue 113

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

Shades of Medium Violet Red #D10D71

Tints of Medium Violet Red #D10D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.88%

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

R = 62.39%
G = 3.88%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D10D71 (or 0xD10D71) is known color: Medium Violet Red. HEX triplet: D1, 0D and 71. RGB value is (209,13,113). Sum of RGB (Red+Green+Blue) = 209+13+113=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10D71 is #2EF28E. Grayscale: #525252. Windows color (decimal): -3076751 or 7409105. OLE color: 7409105.

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

Color convert

RGB 209 13 113 -
CMYK 0 0.94 0.46 0.18
HSL 329.39º 0.88% 0.44% -
HSV(B) 329.39º 0.94% 0.82% -
XYZ 29.42 15.04 16.97 -
YUV 83 144.93 217.87 -
System Red Green Blue C M Y K H S L
Decimal 209 13 113 0 0.94 0.46 0.18 329.39 0.88 0.44
Hex D1 D 71 0 5E 2E 12 149 58 2C
Octal 321 15 161 0 136 56 22 511 130 54
Binary 11010001 1101 1110001 0 1011110 101110 10010 101001001 1011000 101100

Color Harmonies of #D10D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D71

Black with #D10D71

Text Example


Text Example

White with #D10D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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