#D6159D

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

Shades of Medium Violet Red #D6159D

Tints of Medium Violet Red #D6159D

Color information

#D6159D (or 0xD6159D) is unknown color: approx Medium Violet Red. HEX triplet: D6, 15 and 9D. RGB value is (214,21,157). Sum of RGB (Red+Green+Blue) = 214+21+157=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6159D is #29EA62. Grayscale: #5D5D5D. Windows color (decimal): -2746979 or 10294742. OLE color: 10294742.

HSL color Cylindrical-coordinate representation of color #D6159D: hue angle of 317.72º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6159D is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB21421157-
CMYK00.900.270.16
HSL317.72º82.13%46.08%-
HSV(B)317.72º90.19%83.92%-
XYZ34.0917.2733.43-
YUV94.21163.44213.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.59%
GREEN value IS 21 (8.59% from 255) = 5.36%
BLUE value IS 157 (61.72% from 255) = 40.05%
R=54.59%
G=5.36%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142115700.900.270.16317.7282.1346.08
HexD6159D05A1B1013e522e
Octal326252350132332047612256
Binary1101011010101100111010101101011011100001001111101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6159D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6159D; }

 p { color: rgb(214,21,157); }

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

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

 a { background-color: rgb(214,21,157); }

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

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

 span { border-color: rgb(214,21,157); }

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