Html Css Color HEX #D10090 Medium Violet Red

📋 copy color: '#D10090'

red 209 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #D10090

Tints of Medium Violet Red #D10090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.21%
G = 0%
B = 40.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D10090 (or 0xD10090) is known color: Medium Violet Red. HEX triplet: D1, 00 and 90. RGB value is (209,0,144). Sum of RGB (Red+Green+Blue) = 209+0+144=353 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.21% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 209 - color contains mainly: red. Hex color #D10090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10090 is #2EFF6F. Grayscale: #4E4E4E. Windows color (decimal): -3080048 or 9437393. OLE color: 9437393.

HSL color Cylindrical-coordinate representation of color #D10090: hue angle of 318.66º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10090 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 0 144 -
CMYK 0 1 0.31 0.18
HSL 318.66º 1% 0.41% -
HSV(B) 318.66º 1% 0.82% -
XYZ 31.33 15.57 27.74 -
YUV 78.91 164.74 220.79 -
System Red Green Blue C M Y K H S L
Decimal 209 0 144 0 1 0.31 0.18 318.66 1 0.41
Hex D1 0 90 0 64 1F 12 13F 64 29
Octal 321 0 220 0 144 37 22 477 144 51
Binary 11010001 0 10010000 0 1100100 11111 10010 100111111 1100100 101001

Color Harmonies of #D10090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10090

Black with #D10090

Text Example


Text Example

White with #D10090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10090; }

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

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

background-color css

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

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

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

border-color css

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

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

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