Html Css Color HEX #D10F8F Medium Violet Red

📋 copy color: '#D10F8F'

red 209 ◦ green 15 ◦ blue 143

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

Shades of Medium Violet Red #D10F8F

Tints of Medium Violet Red #D10F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.96%

R = 56.95%
G = 4.09%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D10F8F (or 0xD10F8F) is known color: Medium Violet Red. HEX triplet: D1, 0F and 8F. RGB value is (209,15,143). Sum of RGB (Red+Green+Blue) = 209+15+143=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10F8F is #2EF070. Grayscale: #575757. Windows color (decimal): -3076209 or 9375697. OLE color: 9375697.

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

Color convert

RGB 209 15 143 -
CMYK 0 0.93 0.32 0.18
HSL 320.41º 0.87% 0.44% -
HSV(B) 320.41º 0.93% 0.82% -
XYZ 31.42 15.88 27.4 -
YUV 87.6 159.27 214.59 -
System Red Green Blue C M Y K H S L
Decimal 209 15 143 0 0.93 0.32 0.18 320.41 0.87 0.44
Hex D1 F 8F 0 5D 20 12 140 57 2C
Octal 321 17 217 0 135 40 22 500 127 54
Binary 11010001 1111 10001111 0 1011101 100000 10010 101000000 1010111 101100

Color Harmonies of #D10F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10F8F

Black with #D10F8F

Text Example


Text Example

White with #D10F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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