Html Css Color HEX #D10686 Medium Violet Red

📋 copy color: '#D10686'

red 209 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #D10686

Tints of Medium Violet Red #D10686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.72%

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

R = 59.89%
G = 1.72%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D10686 (or 0xD10686) is known color: Medium Violet Red. HEX triplet: D1, 06 and 86. RGB value is (209,6,134). Sum of RGB (Red+Green+Blue) = 209+6+134=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D10686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10686 is #2EF979. Grayscale: #505050. Windows color (decimal): -3078522 or 8783569. OLE color: 8783569.

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

Color convert

RGB 209 6 134 -
CMYK 0 0.97 0.36 0.18
HSL 322.17º 0.94% 0.42% -
HSV(B) 322.17º 0.97% 0.82% -
XYZ 30.66 15.41 23.91 -
YUV 81.29 157.75 219.09 -
System Red Green Blue C M Y K H S L
Decimal 209 6 134 0 0.97 0.36 0.18 322.17 0.94 0.42
Hex D1 6 86 0 61 24 12 142 5E 2A
Octal 321 6 206 0 141 44 22 502 136 52
Binary 11010001 110 10000110 0 1100001 100100 10010 101000010 1011110 101010

Color Harmonies of #D10686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10686

Black with #D10686

Text Example


Text Example

White with #D10686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10686; }

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

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

background-color css

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

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

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

border-color css

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

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

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