Html Css Color HEX #D10696 Medium Violet Red

📋 copy color: '#D10696'

red 209 ◦ green 6 ◦ blue 150

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

Shades of Medium Violet Red #D10696

Tints of Medium Violet Red #D10696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 57.26%
G = 1.64%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D10696 (or 0xD10696) is known color: Medium Violet Red. HEX triplet: D1, 06 and 96. RGB value is (209,6,150). Sum of RGB (Red+Green+Blue) = 209+6+150=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D10696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10696 is #2EF969. Grayscale: #525252. Windows color (decimal): -3078506 or 9832145. OLE color: 9832145.

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

Color convert

RGB 209 6 150 -
CMYK 0 0.97 0.28 0.18
HSL 317.44º 0.94% 0.42% -
HSV(B) 317.44º 0.97% 0.82% -
XYZ 31.86 15.89 30.24 -
YUV 83.11 165.75 217.79 -
System Red Green Blue C M Y K H S L
Decimal 209 6 150 0 0.97 0.28 0.18 317.44 0.94 0.42
Hex D1 6 96 0 61 1C 12 13D 5E 2A
Octal 321 6 226 0 141 34 22 475 136 52
Binary 11010001 110 10010110 0 1100001 11100 10010 100111101 1011110 101010

Color Harmonies of #D10696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10696

Black with #D10696

Text Example


Text Example

White with #D10696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10696; }

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

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

background-color css

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

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

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

border-color css

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

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

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