Html Css Color HEX #D10596 Medium Violet Red

📋 copy color: '#D10596'

red 209 ◦ green 5 ◦ blue 150

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

Shades of Medium Violet Red #D10596

Tints of Medium Violet Red #D10596

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.37%

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

R = 57.42%
G = 1.37%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D10596 (or 0xD10596) is known color: Medium Violet Red. HEX triplet: D1, 05 and 96. RGB value is (209,5,150). Sum of RGB (Red+Green+Blue) = 209+5+150=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D10596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10596 is #2EFA69. Grayscale: #525252. Windows color (decimal): -3078762 or 9831889. OLE color: 9831889.

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

Color convert

RGB 209 5 150 -
CMYK 0 0.98 0.28 0.18
HSL 317.35º 0.95% 0.42% -
HSV(B) 317.35º 0.98% 0.82% -
XYZ 31.85 15.87 30.24 -
YUV 82.53 166.09 218.21 -
System Red Green Blue C M Y K H S L
Decimal 209 5 150 0 0.98 0.28 0.18 317.35 0.95 0.42
Hex D1 5 96 0 62 1C 12 13D 5F 2A
Octal 321 5 226 0 142 34 22 475 137 52
Binary 11010001 101 10010110 0 1100010 11100 10010 100111101 1011111 101010

Color Harmonies of #D10596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10596

Black with #D10596

Text Example


Text Example

White with #D10596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10596; }

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

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

background-color css

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

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

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

border-color css

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

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

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