Html Css Color HEX #D10394 Medium Violet Red

📋 copy color: '#D10394'

red 209 ◦ green 3 ◦ blue 148

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

Shades of Medium Violet Red #D10394

Tints of Medium Violet Red #D10394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

 BLUE value IS 148 (58.2% from 255) = 41.11%

R = 58.06%
G = 0.83%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D10394 (or 0xD10394) is known color: Medium Violet Red. HEX triplet: D1, 03 and 94. RGB value is (209,3,148). Sum of RGB (Red+Green+Blue) = 209+3+148=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D10394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10394 is #2EFC6B. Grayscale: #505050. Windows color (decimal): -3079276 or 9700305. OLE color: 9700305.

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

Color convert

RGB 209 3 148 -
CMYK 0 0.99 0.29 0.18
HSL 317.77º 0.97% 0.42% -
HSV(B) 317.77º 0.99% 0.82% -
XYZ 31.67 15.76 29.39 -
YUV 81.12 165.75 219.21 -
System Red Green Blue C M Y K H S L
Decimal 209 3 148 0 0.99 0.29 0.18 317.77 0.97 0.42
Hex D1 3 94 0 63 1D 12 13E 61 2A
Octal 321 3 224 0 143 35 22 476 141 52
Binary 11010001 11 10010100 0 1100011 11101 10010 100111110 1100001 101010

Color Harmonies of #D10394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10394

Black with #D10394

Text Example


Text Example

White with #D10394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10394; }

 p { color: rgb(209,3,148); }

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

background-color css

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

 a { background-color: rgb(209,3,148); }

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

border-color css

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

 span { border-color: rgb(209,3,148); }

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