#D72BDC

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

Shades of Deep Magenta #D72BDC

Tints of Deep Magenta #D72BDC

Color information

#D72BDC (or 0xD72BDC) is unknown color: approx Deep Magenta. HEX triplet: D7, 2B and DC. RGB value is (215,43,220). Sum of RGB (Red+Green+Blue) = 215+43+220=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 43 (17.19% from 255 or 9.00% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #D72BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72BDC is #28D423. Grayscale: #727272. Windows color (decimal): -2675748 or 14429143. OLE color: 14429143.

HSL color Cylindrical-coordinate representation of color #D72BDC: hue angle of 298.31º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72BDC is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21543220-
CMYK0.020.8000.14
HSL298.31º71.66%51.57%-
HSV(B)298.31º80.45%86.27%-
XYZ41.8121.3469.63-
YUV114.61187.48199.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.98%
GREEN value IS 43 (17.19% from 255) = 9.00%
BLUE value IS 220 (86.33% from 255) = 46.03%
R=44.98%
G=9.00%
B=46.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal215432200.020.8000.14298.3171.6651.57
HexD72BDC2500E12a4834
Octal32753334212001645211064
Binary1101011110101111011100101010000011101001010101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72BDC; }

 p { color: rgb(215,43,220); }

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

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

 a { background-color: rgb(215,43,220); }

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

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

 span { border-color: rgb(215,43,220); }

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