Html Css Color HEX #D10695 Medium Violet Red

📋 copy color: '#D10695'

red 209 ◦ green 6 ◦ blue 149

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

Shades of Medium Violet Red #D10695

Tints of Medium Violet Red #D10695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.93%

R = 57.42%
G = 1.65%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D10695 (or 0xD10695) is known color: Medium Violet Red. HEX triplet: D1, 06 and 95. RGB value is (209,6,149). Sum of RGB (Red+Green+Blue) = 209+6+149=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D10695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10695 is #2EF96A. Grayscale: #525252. Windows color (decimal): -3078507 or 9766609. OLE color: 9766609.

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

Color convert

RGB 209 6 149 -
CMYK 0 0.97 0.29 0.18
HSL 317.73º 0.94% 0.42% -
HSV(B) 317.73º 0.97% 0.82% -
XYZ 31.78 15.86 29.82 -
YUV 83 165.25 217.87 -
System Red Green Blue C M Y K H S L
Decimal 209 6 149 0 0.97 0.29 0.18 317.73 0.94 0.42
Hex D1 6 95 0 61 1D 12 13E 5E 2A
Octal 321 6 225 0 141 35 22 476 136 52
Binary 11010001 110 10010101 0 1100001 11101 10010 100111110 1011110 101010

Color Harmonies of #D10695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10695

Black with #D10695

Text Example


Text Example

White with #D10695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10695; }

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

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

background-color css

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

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

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

border-color css

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

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

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