Html Css Color HEX #D7107D Medium Violet Red

📋 copy color: '#D7107D'

red 215 ◦ green 16 ◦ blue 125

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

Shades of Medium Violet Red #D7107D

Tints of Medium Violet Red #D7107D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 60.39%
G = 4.49%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7107D (or 0xD7107D) is known color: Medium Violet Red. HEX triplet: D7, 10 and 7D. RGB value is (215,16,125). Sum of RGB (Red+Green+Blue) = 215+16+125=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D7107D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7107D is #28EF82. Grayscale: #575757. Windows color (decimal): -2682755 or 8196311. OLE color: 8196311.

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

Color convert

RGB 215 16 125 -
CMYK 0 0.93 0.42 0.16
HSL 327.14º 0.86% 0.45% -
HSV(B) 327.14º 0.93% 0.84% -
XYZ 31.91 16.3 20.87 -
YUV 87.93 148.93 218.64 -
System Red Green Blue C M Y K H S L
Decimal 215 16 125 0 0.93 0.42 0.16 327.14 0.86 0.45
Hex D7 10 7D 0 5D 2A 10 147 56 2D
Octal 327 20 175 0 135 52 20 507 126 55
Binary 11010111 10000 1111101 0 1011101 101010 10000 101000111 1010110 101101

Color Harmonies of #D7107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7107D

Black with #D7107D

Text Example


Text Example

White with #D7107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7107D; }

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

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

background-color css

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

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

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

border-color css

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

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

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