Html Css Color HEX #D10495 Medium Violet Red

📋 copy color: '#D10495'

red 209 ◦ green 4 ◦ blue 149

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

Shades of Medium Violet Red #D10495

Tints of Medium Violet Red #D10495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 57.73%
G = 1.1%
B = 41.16%

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

#D10495 (or 0xD10495) is known color: Medium Violet Red. HEX triplet: D1, 04 and 95. RGB value is (209,4,149). Sum of RGB (Red+Green+Blue) = 209+4+149=362 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.73% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 209 - color contains mainly: red. Hex color #D10495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10495 is #2EFB6A. Grayscale: #515151. Windows color (decimal): -3079019 or 9766097. OLE color: 9766097.

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

Color convert

RGB 209 4 149 -
CMYK 0 0.98 0.29 0.18
HSL 317.56º 0.96% 0.42% -
HSV(B) 317.56º 0.98% 0.82% -
XYZ 31.76 15.81 29.81 -
YUV 81.83 165.92 218.71 -
System Red Green Blue C M Y K H S L
Decimal 209 4 149 0 0.98 0.29 0.18 317.56 0.96 0.42
Hex D1 4 95 0 62 1D 12 13E 60 2A
Octal 321 4 225 0 142 35 22 476 140 52
Binary 11010001 100 10010101 0 1100010 11101 10010 100111110 1100000 101010

Color Harmonies of #D10495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10495

Black with #D10495

Text Example


Text Example

White with #D10495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10495; }

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

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

background-color css

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

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

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

border-color css

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

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

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