Html Css Color HEX #D10096 Medium Violet Red

📋 copy color: '#D10096'

red 209 ◦ green 0 ◦ blue 150

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

Shades of Medium Violet Red #D10096

Tints of Medium Violet Red #D10096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.22%
G = 0%
B = 41.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D10096 (or 0xD10096) is known color: Medium Violet Red. HEX triplet: D1, 00 and 96. RGB value is (209,0,150). Sum of RGB (Red+Green+Blue) = 209+0+150=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D10096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10096 is #2EFF69. Grayscale: #4F4F4F. Windows color (decimal): -3080042 or 9830609. OLE color: 9830609.

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

Color convert

RGB 209 0 150 -
CMYK 0 1 0.28 0.18
HSL 316.94º 1% 0.41% -
HSV(B) 316.94º 1% 0.82% -
XYZ 31.8 15.76 30.22 -
YUV 79.59 167.74 220.3 -
System Red Green Blue C M Y K H S L
Decimal 209 0 150 0 1 0.28 0.18 316.94 1 0.41
Hex D1 0 96 0 64 1C 12 13D 64 29
Octal 321 0 226 0 144 34 22 475 144 51
Binary 11010001 0 10010110 0 1100100 11100 10010 100111101 1100100 101001

Color Harmonies of #D10096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10096

Black with #D10096

Text Example


Text Example

White with #D10096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10096; }

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

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

background-color css

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

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

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

border-color css

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

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

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