Html Css Color HEX #D10C7F Medium Violet Red

📋 copy color: '#D10C7F'

red 209 ◦ green 12 ◦ blue 127

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

Shades of Medium Violet Red #D10C7F

Tints of Medium Violet Red #D10C7F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.45%

 BLUE value IS 127 (50% from 255) = 36.49%

R = 60.06%
G = 3.45%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D10C7F (or 0xD10C7F) is known color: Medium Violet Red. HEX triplet: D1, 0C and 7F. RGB value is (209,12,127). Sum of RGB (Red+Green+Blue) = 209+12+127=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10C7F is #2EF380. Grayscale: #535353. Windows color (decimal): -3076993 or 8326353. OLE color: 8326353.

HSL color Cylindrical-coordinate representation of color #D10C7F: hue angle of 324.97º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C7F is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 12 127 -
CMYK 0 0.94 0.39 0.18
HSL 324.97º 0.89% 0.43% -
HSV(B) 324.97º 0.94% 0.82% -
XYZ 30.26 15.35 21.45 -
YUV 84.01 152.27 217.15 -
System Red Green Blue C M Y K H S L
Decimal 209 12 127 0 0.94 0.39 0.18 324.97 0.89 0.43
Hex D1 C 7F 0 5E 27 12 145 59 2B
Octal 321 14 177 0 136 47 22 505 131 53
Binary 11010001 1100 1111111 0 1011110 100111 10010 101000101 1011001 101011

Color Harmonies of #D10C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C7F

Black with #D10C7F

Text Example


Text Example

White with #D10C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C7F; }

 p { color: rgb(209,12,127); }

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

background-color css

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

 a { background-color: rgb(209,12,127); }

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

border-color css

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

 span { border-color: rgb(209,12,127); }

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