Html Css Color HEX #D10D86 Medium Violet Red

📋 copy color: '#D10D86'

red 209 ◦ green 13 ◦ blue 134

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

Shades of Medium Violet Red #D10D86

Tints of Medium Violet Red #D10D86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.64%

R = 58.71%
G = 3.65%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D10D86 (or 0xD10D86) is known color: Medium Violet Red. HEX triplet: D1, 0D and 86. RGB value is (209,13,134). Sum of RGB (Red+Green+Blue) = 209+13+134=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10D86 is #2EF279. Grayscale: #555555. Windows color (decimal): -3076730 or 8785361. OLE color: 8785361.

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

Color convert

RGB 209 13 134 -
CMYK 0 0.94 0.36 0.18
HSL 322.96º 0.88% 0.44% -
HSV(B) 322.96º 0.94% 0.82% -
XYZ 30.74 15.56 23.94 -
YUV 85.4 155.43 216.16 -
System Red Green Blue C M Y K H S L
Decimal 209 13 134 0 0.94 0.36 0.18 322.96 0.88 0.44
Hex D1 D 86 0 5E 24 12 143 58 2C
Octal 321 15 206 0 136 44 22 503 130 54
Binary 11010001 1101 10000110 0 1011110 100100 10010 101000011 1011000 101100

Color Harmonies of #D10D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D86

Black with #D10D86

Text Example


Text Example

White with #D10D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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