#D7127D

Color #D7127D Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D7127D

Tints of Medium Violet Red #D7127D

Color information

#D7127D (or 0xD7127D) is unknown color: approx Medium Violet Red. HEX triplet: D7, 12 and 7D. RGB value is (215,18,125). Sum of RGB (Red+Green+Blue) = 215+18+125=358 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.06% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 215 - color contains mainly: red. Hex color #D7127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7127D is #28ED82. Grayscale: #585858. Windows color (decimal): -2682243 or 8196823. OLE color: 8196823.

HSL color Cylindrical-coordinate representation of color #D7127D: hue angle of 327.41º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7127D is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB21518125-
CMYK00.920.420.16
HSL327.41º84.55%45.69%-
HSV(B)327.41º91.63%84.31%-
XYZ31.9416.3620.88-
YUV89.1148.27217.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 60.06%
GREEN value IS 18 (7.42% from 255) = 5.03%
BLUE value IS 125 (49.22% from 255) = 34.92%
R=60.06%
G=5.03%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151812500.920.420.16327.4184.5545.69
HexD7127D05C2A10147552e
Octal327221750134522050712556
Binary1101011110010111110101011100101010100001010001111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7127D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7127D; }

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

 H1.HeaderClassName
 {
   color: #D7127D;
 }
 .AnyTagClassName
 {
   color: #D7127D;
 }
</style>
background-color css

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

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

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

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

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

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