#D8147E

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

Shades of Medium Violet Red #D8147E

Tints of Medium Violet Red #D8147E

Color information

#D8147E (or 0xD8147E) is unknown color: approx Medium Violet Red. HEX triplet: D8, 14 and 7E. RGB value is (216,20,126). Sum of RGB (Red+Green+Blue) = 216+20+126=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8147E is #27EB81. Grayscale: #5A5A5A. Windows color (decimal): -2616194 or 8262872. OLE color: 8262872.

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

Color convert

RGB21620126-
CMYK00.910.420.15
HSL327.55º83.05%46.27%-
HSV(B)327.55º90.74%84.71%-
XYZ32.3316.6121.24-
YUV90.69147.93217.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 59.67%
GREEN value IS 20 (8.20% from 255) = 5.52%
BLUE value IS 126 (49.61% from 255) = 34.81%
R=59.67%
G=5.52%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162012600.910.420.15327.5583.0546.27
HexD8147E05B2AF148532e
Octal330241760133521751012356
Binary110110001010011111100101101110101011111010010001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8147E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8147E; }

 p { color: rgb(216,20,126); }

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

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

 a { background-color: rgb(216,20,126); }

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

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

 span { border-color: rgb(216,20,126); }

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