Html Css Color HEX #D10F7C Medium Violet Red

📋 copy color: '#D10F7C'

red 209 ◦ green 15 ◦ blue 124

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

Shades of Medium Violet Red #D10F7C

Tints of Medium Violet Red #D10F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 60.06%
G = 4.31%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D10F7C (or 0xD10F7C) is known color: Medium Violet Red. HEX triplet: D1, 0F and 7C. RGB value is (209,15,124). Sum of RGB (Red+Green+Blue) = 209+15+124=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10F7C is #2EF083. Grayscale: #555555. Windows color (decimal): -3076228 or 8130513. OLE color: 8130513.

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

Color convert

RGB 209 15 124 -
CMYK 0 0.93 0.41 0.18
HSL 326.29º 0.87% 0.44% -
HSV(B) 326.29º 0.93% 0.82% -
XYZ 30.1 15.35 20.45 -
YUV 85.43 149.77 216.14 -
System Red Green Blue C M Y K H S L
Decimal 209 15 124 0 0.93 0.41 0.18 326.29 0.87 0.44
Hex D1 F 7C 0 5D 29 12 146 57 2C
Octal 321 17 174 0 135 51 22 506 127 54
Binary 11010001 1111 1111100 0 1011101 101001 10010 101000110 1010111 101100

Color Harmonies of #D10F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10F7C

Black with #D10F7C

Text Example


Text Example

White with #D10F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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