#D7197E

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

Shades of Medium Violet Red #D7197E

Tints of Medium Violet Red #D7197E

Color information

#D7197E (or 0xD7197E) is unknown color: approx Medium Violet Red. HEX triplet: D7, 19 and 7E. RGB value is (215,25,126). Sum of RGB (Red+Green+Blue) = 215+25+126=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D7197E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7197E is #28E681. Grayscale: #5D5D5D. Windows color (decimal): -2680450 or 8264151. OLE color: 8264151.

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

Color convert

RGB21525126-
CMYK00.880.410.16
HSL328.11º79.17%47.06%-
HSV(B)328.11º88.37%84.31%-
XYZ32.1416.6521.26-
YUV93.32146.45214.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 58.74%
GREEN value IS 25 (10.16% from 255) = 6.83%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=58.74%
G=6.83%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152512600.880.410.16328.1179.1747.06
HexD7197E05829101484f2f
Octal327311760130512051011757
Binary1101011111001111111001011000101001100001010010001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7197E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7197E; }

 p { color: rgb(215,25,126); }

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

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

 a { background-color: rgb(215,25,126); }

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

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

 span { border-color: rgb(215,25,126); }

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