#D019B7

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

Shades of Deep Magenta #D019B7

Tints of Deep Magenta #D019B7

Color information

#D019B7 (or 0xD019B7) is unknown color: approx Deep Magenta. HEX triplet: D0, 19 and B7. RGB value is (208,25,183). Sum of RGB (Red+Green+Blue) = 208+25+183=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D019B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D019B7 is #2FE648. Grayscale: #616161. Windows color (decimal): -3139145 or 11999696. OLE color: 11999696.

HSL color Cylindrical-coordinate representation of color #D019B7: hue angle of 308.2º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D019B7 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB20825183-
CMYK00.880.120.18
HSL308.2º78.54%45.69%-
HSV(B)308.2º87.98%81.57%-
XYZ34.9117.5246.34-
YUV97.73176.13206.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50%
GREEN value IS 25 (10.16% from 255) = 6.01%
BLUE value IS 183 (71.88% from 255) = 43.99%
R=50%
G=6.01%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082518300.880.120.18308.278.5445.69
HexD019B7058C121344f2e
Octal320312670130142246411756
Binary110100001100110110111010110001100100101001101001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D019B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D019B7; }

 p { color: rgb(208,25,183); }

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

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

 a { background-color: rgb(208,25,183); }

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

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

 span { border-color: rgb(208,25,183); }

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