Html Css Color HEX #D10996 Medium Violet Red

📋 copy color: '#D10996'

red 209 ◦ green 9 ◦ blue 150

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

Shades of Medium Violet Red #D10996

Tints of Medium Violet Red #D10996

RGB

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

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

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

R = 56.79%
G = 2.45%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D10996 (or 0xD10996) is known color: Medium Violet Red. HEX triplet: D1, 09 and 96. RGB value is (209,9,150). Sum of RGB (Red+Green+Blue) = 209+9+150=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D10996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10996 is #2EF669. Grayscale: #545454. Windows color (decimal): -3077738 or 9832913. OLE color: 9832913.

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

Color convert

RGB 209 9 150 -
CMYK 0 0.96 0.28 0.18
HSL 317.7º 0.92% 0.43% -
HSV(B) 317.7º 0.96% 0.82% -
XYZ 31.9 15.95 30.25 -
YUV 84.87 164.76 216.54 -
System Red Green Blue C M Y K H S L
Decimal 209 9 150 0 0.96 0.28 0.18 317.7 0.92 0.43
Hex D1 9 96 0 60 1C 12 13E 5C 2B
Octal 321 11 226 0 140 34 22 476 134 53
Binary 11010001 1001 10010110 0 1100000 11100 10010 100111110 1011100 101011

Color Harmonies of #D10996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10996

Black with #D10996

Text Example


Text Example

White with #D10996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10996; }

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

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

background-color css

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

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

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

border-color css

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

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

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