#D619D5

Color #D619D5 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D619D5

Tints of Deep Magenta #D619D5

Color information

#D619D5 (or 0xD619D5) is unknown color: approx Deep Magenta. HEX triplet: D6, 19 and D5. RGB value is (214,25,213). Sum of RGB (Red+Green+Blue) = 214+25+213=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D619D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D619D5 is #29E62A. Grayscale: #666666. Windows color (decimal): -2745899 or 13965782. OLE color: 13965782.

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

Color convert

RGB21425213-
CMYK00.880.000.16
HSL300.32º79.08%46.86%-
HSV(B)300.32º88.32%83.92%-
XYZ40.0919.864.66-
YUV102.94190.12207.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.35%
GREEN value IS 25 (10.16% from 255) = 5.53%
BLUE value IS 213 (83.59% from 255) = 47.12%
R=47.35%
G=5.53%
B=47.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142521300.880.000.16300.3279.0846.86
HexD619D505801012c4f2f
Octal32631325013002045411757
Binary110101101100111010101010110000100001001011001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D619D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D619D5; }

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

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

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

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

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

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

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

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