Html Css Color HEX #D10685 Medium Violet Red

📋 copy color: '#D10685'

red 209 ◦ green 6 ◦ blue 133

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

Shades of Medium Violet Red #D10685

Tints of Medium Violet Red #D10685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.22%

R = 60.06%
G = 1.72%
B = 38.22%

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

#D10685 (or 0xD10685) is known color: Medium Violet Red. HEX triplet: D1, 06 and 85. RGB value is (209,6,133). Sum of RGB (Red+Green+Blue) = 209+6+133=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D10685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10685 is #2EF97A. Grayscale: #505050. Windows color (decimal): -3078523 or 8718033. OLE color: 8718033.

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

Color convert

RGB 209 6 133 -
CMYK 0 0.97 0.36 0.18
HSL 322.46º 0.94% 0.42% -
HSV(B) 322.46º 0.97% 0.82% -
XYZ 30.59 15.38 23.55 -
YUV 81.18 157.25 219.17 -
System Red Green Blue C M Y K H S L
Decimal 209 6 133 0 0.97 0.36 0.18 322.46 0.94 0.42
Hex D1 6 85 0 61 24 12 142 5E 2A
Octal 321 6 205 0 141 44 22 502 136 52
Binary 11010001 110 10000101 0 1100001 100100 10010 101000010 1011110 101010

Color Harmonies of #D10685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10685

Black with #D10685

Text Example


Text Example

White with #D10685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10685; }

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

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

background-color css

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

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

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

border-color css

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

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

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