Html Css Color HEX #D10490 Medium Violet Red

📋 copy color: '#D10490'

red 209 ◦ green 4 ◦ blue 144

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

Shades of Medium Violet Red #D10490

Tints of Medium Violet Red #D10490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.34%

R = 58.54%
G = 1.12%
B = 40.34%

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

#D10490 (or 0xD10490) is known color: Medium Violet Red. HEX triplet: D1, 04 and 90. RGB value is (209,4,144). Sum of RGB (Red+Green+Blue) = 209+4+144=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D10490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10490 is #2EFB6F. Grayscale: #505050. Windows color (decimal): -3079024 or 9438417. OLE color: 9438417.

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

Color convert

RGB 209 4 144 -
CMYK 0 0.98 0.31 0.18
HSL 319.02º 0.96% 0.42% -
HSV(B) 319.02º 0.98% 0.82% -
XYZ 31.37 15.66 27.75 -
YUV 81.26 163.42 219.12 -
System Red Green Blue C M Y K H S L
Decimal 209 4 144 0 0.98 0.31 0.18 319.02 0.96 0.42
Hex D1 4 90 0 62 1F 12 13F 60 2A
Octal 321 4 220 0 142 37 22 477 140 52
Binary 11010001 100 10010000 0 1100010 11111 10010 100111111 1100000 101010

Color Harmonies of #D10490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10490

Black with #D10490

Text Example


Text Example

White with #D10490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10490; }

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

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

background-color css

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

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

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

border-color css

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

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

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