Html Css Color HEX #D10F93 Medium Violet Red

📋 copy color: '#D10F93'

red 209 ◦ green 15 ◦ blue 147

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

Shades of Medium Violet Red #D10F93

Tints of Medium Violet Red #D10F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.62%

R = 56.33%
G = 4.04%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D10F93 (or 0xD10F93) is known color: Medium Violet Red. HEX triplet: D1, 0F and 93. RGB value is (209,15,147). Sum of RGB (Red+Green+Blue) = 209+15+147=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10F93 is #2EF06C. Grayscale: #575757. Windows color (decimal): -3076205 or 9637841. OLE color: 9637841.

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

Color convert

RGB 209 15 147 -
CMYK 0 0.93 0.30 0.18
HSL 319.18º 0.87% 0.44% -
HSV(B) 319.18º 0.93% 0.82% -
XYZ 31.73 16 29.02 -
YUV 88.05 161.27 214.27 -
System Red Green Blue C M Y K H S L
Decimal 209 15 147 0 0.93 0.30 0.18 319.18 0.87 0.44
Hex D1 F 93 0 5D 1E 12 13F 57 2C
Octal 321 17 223 0 135 36 22 477 127 54
Binary 11010001 1111 10010011 0 1011101 11110 10010 100111111 1010111 101100

Color Harmonies of #D10F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10F93

Black with #D10F93

Text Example


Text Example

White with #D10F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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