Html Css Color HEX #D10F90 Medium Violet Red

📋 copy color: '#D10F90'

red 209 ◦ green 15 ◦ blue 144

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

Shades of Medium Violet Red #D10F90

Tints of Medium Violet Red #D10F90

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.08%

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

R = 56.79%
G = 4.08%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D10F90 (or 0xD10F90) is known color: Medium Violet Red. HEX triplet: D1, 0F and 90. RGB value is (209,15,144). Sum of RGB (Red+Green+Blue) = 209+15+144=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10F90 is #2EF06F. Grayscale: #575757. Windows color (decimal): -3076208 or 9441233. OLE color: 9441233.

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

Color convert

RGB 209 15 144 -
CMYK 0 0.93 0.31 0.18
HSL 320.1º 0.87% 0.44% -
HSV(B) 320.1º 0.93% 0.82% -
XYZ 31.5 15.91 27.8 -
YUV 87.71 159.77 214.51 -
System Red Green Blue C M Y K H S L
Decimal 209 15 144 0 0.93 0.31 0.18 320.1 0.87 0.44
Hex D1 F 90 0 5D 1F 12 140 57 2C
Octal 321 17 220 0 135 37 22 500 127 54
Binary 11010001 1111 10010000 0 1011101 11111 10010 101000000 1010111 101100

Color Harmonies of #D10F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10F90

Black with #D10F90

Text Example


Text Example

White with #D10F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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