Html Css Color HEX #D10595 Medium Violet Red

📋 copy color: '#D10595'

red 209 ◦ green 5 ◦ blue 149

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

Shades of Medium Violet Red #D10595

Tints of Medium Violet Red #D10595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.05%

R = 57.58%
G = 1.38%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D10595 (or 0xD10595) is known color: Medium Violet Red. HEX triplet: D1, 05 and 95. RGB value is (209,5,149). Sum of RGB (Red+Green+Blue) = 209+5+149=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D10595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10595 is #2EFA6A. Grayscale: #525252. Windows color (decimal): -3078763 or 9766353. OLE color: 9766353.

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

Color convert

RGB 209 5 149 -
CMYK 0 0.98 0.29 0.18
HSL 317.65º 0.95% 0.42% -
HSV(B) 317.65º 0.98% 0.82% -
XYZ 31.77 15.83 29.82 -
YUV 82.41 165.59 218.29 -
System Red Green Blue C M Y K H S L
Decimal 209 5 149 0 0.98 0.29 0.18 317.65 0.95 0.42
Hex D1 5 95 0 62 1D 12 13E 5F 2A
Octal 321 5 225 0 142 35 22 476 137 52
Binary 11010001 101 10010101 0 1100010 11101 10010 100111110 1011111 101010

Color Harmonies of #D10595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10595

Black with #D10595

Text Example


Text Example

White with #D10595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10595; }

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

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

background-color css

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

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

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

border-color css

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

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

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