Html Css Color HEX #D10196 Medium Violet Red

📋 copy color: '#D10196'

red 209 ◦ green 1 ◦ blue 150

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

Shades of Medium Violet Red #D10196

Tints of Medium Violet Red #D10196

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 58.06%
G = 0.28%
B = 41.67%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D10196 (or 0xD10196) is known color: Medium Violet Red. HEX triplet: D1, 01 and 96. RGB value is (209,1,150). Sum of RGB (Red+Green+Blue) = 209+1+150=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D10196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10196 is #2EFE69. Grayscale: #4F4F4F. Windows color (decimal): -3079786 or 9830865. OLE color: 9830865.

HSL color Cylindrical-coordinate representation of color #D10196: hue angle of 317.02º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10196 is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 1 150 -
CMYK 0 1.00 0.28 0.18
HSL 317.02º 0.99% 0.41% -
HSV(B) 317.02º 1% 0.82% -
XYZ 31.81 15.78 30.22 -
YUV 80.18 167.41 219.88 -
System Red Green Blue C M Y K H S L
Decimal 209 1 150 0 1.00 0.28 0.18 317.02 0.99 0.41
Hex D1 1 96 0 64 1C 12 13D 63 29
Octal 321 1 226 0 144 34 22 475 143 51
Binary 11010001 1 10010110 0 1100100 11100 10010 100111101 1100011 101001

Color Harmonies of #D10196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10196

Black with #D10196

Text Example


Text Example

White with #D10196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10196; }

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

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

background-color css

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

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

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

border-color css

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

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

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