Html Css Color HEX #D10986 Medium Violet Red

📋 copy color: '#D10986'

red 209 ◦ green 9 ◦ blue 134

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

Shades of Medium Violet Red #D10986

Tints of Medium Violet Red #D10986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.56%

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

R = 59.38%
G = 2.56%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D10986 (or 0xD10986) is known color: Medium Violet Red. HEX triplet: D1, 09 and 86. RGB value is (209,9,134). Sum of RGB (Red+Green+Blue) = 209+9+134=352 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.38% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 209 - color contains mainly: red. Hex color #D10986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10986 is #2EF679. Grayscale: #525252. Windows color (decimal): -3077754 or 8784337. OLE color: 8784337.

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

Color convert

RGB 209 9 134 -
CMYK 0 0.96 0.36 0.18
HSL 322.5º 0.92% 0.43% -
HSV(B) 322.5º 0.96% 0.82% -
XYZ 30.7 15.47 23.92 -
YUV 83.05 156.76 217.84 -
System Red Green Blue C M Y K H S L
Decimal 209 9 134 0 0.96 0.36 0.18 322.5 0.92 0.43
Hex D1 9 86 0 60 24 12 142 5C 2B
Octal 321 11 206 0 140 44 22 502 134 53
Binary 11010001 1001 10000110 0 1100000 100100 10010 101000010 1011100 101011

Color Harmonies of #D10986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10986

Black with #D10986

Text Example


Text Example

White with #D10986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10986; }

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

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

background-color css

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

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

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

border-color css

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

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

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