#D3169D

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

Shades of Medium Violet Red #D3169D

Tints of Medium Violet Red #D3169D

Color information

#D3169D (or 0xD3169D) is unknown color: approx Medium Violet Red. HEX triplet: D3, 16 and 9D. RGB value is (211,22,157). Sum of RGB (Red+Green+Blue) = 211+22+157=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D3169D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3169D is #2CE962. Grayscale: #5D5D5D. Windows color (decimal): -2943331 or 10294995. OLE color: 10294995.

HSL color Cylindrical-coordinate representation of color #D3169D: hue angle of 317.14º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3169D is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB21122157-
CMYK00.900.260.17
HSL317.14º81.12%45.69%-
HSV(B)317.14º89.57%82.75%-
XYZ33.2416.8633.4-
YUV93.9163.62211.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.10%
GREEN value IS 22 (8.98% from 255) = 5.64%
BLUE value IS 157 (61.72% from 255) = 40.26%
R=54.10%
G=5.64%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112215700.900.260.17317.1481.1245.69
HexD3169D05A1A1113d512e
Octal323262350132322147512156
Binary1101001110110100111010101101011010100011001111011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3169D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3169D; }

 p { color: rgb(211,22,157); }

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

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

 a { background-color: rgb(211,22,157); }

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

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

 span { border-color: rgb(211,22,157); }

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