#D619A9

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

Shades of Medium Violet Red #D619A9

Tints of Medium Violet Red #D619A9

Color information

#D619A9 (or 0xD619A9) is unknown color: approx Medium Violet Red. HEX triplet: D6, 19 and A9. RGB value is (214,25,169). Sum of RGB (Red+Green+Blue) = 214+25+169=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D619A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D619A9 is #29E656. Grayscale: #616161. Windows color (decimal): -2745943 or 11082198. OLE color: 11082198.

HSL color Cylindrical-coordinate representation of color #D619A9: hue angle of 314.29º 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 #D619A9 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB21425169-
CMYK00.880.210.16
HSL314.29º79.08%46.86%-
HSV(B)314.29º88.32%83.92%-
XYZ35.2417.8639.13-
YUV97.93168.12210.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.45%
GREEN value IS 25 (10.16% from 255) = 6.13%
BLUE value IS 169 (66.41% from 255) = 41.42%
R=52.45%
G=6.13%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142516900.880.210.16314.2979.0846.86
HexD619A9058151013a4f2f
Octal326312510130252047211757
Binary1101011011001101010010101100010101100001001110101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D619A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D619A9; }

 p { color: rgb(214,25,169); }

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

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

 a { background-color: rgb(214,25,169); }

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

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

 span { border-color: rgb(214,25,169); }

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