Html Css Color HEX #D10491 Medium Violet Red

📋 copy color: '#D10491'

red 209 ◦ green 4 ◦ blue 145

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

Shades of Medium Violet Red #D10491

Tints of Medium Violet Red #D10491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 58.38%
G = 1.12%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D10491 (or 0xD10491) is known color: Medium Violet Red. HEX triplet: D1, 04 and 91. RGB value is (209,4,145). Sum of RGB (Red+Green+Blue) = 209+4+145=358 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.38% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 209 - color contains mainly: red. Hex color #D10491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10491 is #2EFB6E. Grayscale: #515151. Windows color (decimal): -3079023 or 9503953. OLE color: 9503953.

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

Color convert

RGB 209 4 145 -
CMYK 0 0.98 0.31 0.18
HSL 318.73º 0.96% 0.42% -
HSV(B) 318.73º 0.98% 0.82% -
XYZ 31.45 15.69 28.16 -
YUV 81.37 163.92 219.04 -
System Red Green Blue C M Y K H S L
Decimal 209 4 145 0 0.98 0.31 0.18 318.73 0.96 0.42
Hex D1 4 91 0 62 1F 12 13F 60 2A
Octal 321 4 221 0 142 37 22 477 140 52
Binary 11010001 100 10010001 0 1100010 11111 10010 100111111 1100000 101010

Color Harmonies of #D10491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10491

Black with #D10491

Text Example


Text Example

White with #D10491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10491; }

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

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

background-color css

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

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

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

border-color css

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

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

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