Html Css Color HEX #D7107F Medium Violet Red

📋 copy color: '#D7107F'

red 215 ◦ green 16 ◦ blue 127

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

Shades of Medium Violet Red #D7107F

Tints of Medium Violet Red #D7107F

RGB

 RED value IS 215 (84.38% from 255) = 60.06%

 GREEN value IS 16 (6.64% from 255) = 4.47%

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

R = 60.06%
G = 4.47%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D7107F (or 0xD7107F) is known color: Medium Violet Red. HEX triplet: D7, 10 and 7F. RGB value is (215,16,127). Sum of RGB (Red+Green+Blue) = 215+16+127=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D7107F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7107F is #28EF80. Grayscale: #575757. Windows color (decimal): -2682753 or 8327383. OLE color: 8327383.

HSL color Cylindrical-coordinate representation of color #D7107F: hue angle of 326.53º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7107F is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 16 127 -
CMYK 0 0.93 0.41 0.16
HSL 326.53º 0.86% 0.45% -
HSV(B) 326.53º 0.93% 0.84% -
XYZ 32.04 16.35 21.55 -
YUV 88.16 149.93 218.47 -
System Red Green Blue C M Y K H S L
Decimal 215 16 127 0 0.93 0.41 0.16 326.53 0.86 0.45
Hex D7 10 7F 0 5D 29 10 147 56 2D
Octal 327 20 177 0 135 51 20 507 126 55
Binary 11010111 10000 1111111 0 1011101 101001 10000 101000111 1010110 101101

Color Harmonies of #D7107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7107F

Black with #D7107F

Text Example


Text Example

White with #D7107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7107F; }

 p { color: rgb(215,16,127); }

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

background-color css

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

 a { background-color: rgb(215,16,127); }

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

border-color css

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

 span { border-color: rgb(215,16,127); }

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