#D726DB

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

Shades of Deep Magenta #D726DB

Tints of Deep Magenta #D726DB

Color information

#D726DB (or 0xD726DB) is unknown color: approx Deep Magenta. HEX triplet: D7, 26 and DB. RGB value is (215,38,219). Sum of RGB (Red+Green+Blue) = 215+38+219=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #D726DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D726DB is #28D924. Grayscale: #6F6F6F. Windows color (decimal): -2677029 or 14362327. OLE color: 14362327.

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

Color convert

RGB21538219-
CMYK0.020.8300.14
HSL298.67º71.54%50.39%-
HSV(B)298.67º82.65%85.88%-
XYZ41.520.9568.87-
YUV111.56188.64201.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.55%
GREEN value IS 38 (15.23% from 255) = 8.05%
BLUE value IS 219 (85.94% from 255) = 46.40%
R=45.55%
G=8.05%
B=46.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal215382190.020.8300.14298.6771.5450.39
HexD726DB2530E12b4832
Octal32746333212301645311062
Binary1101011110011011011011101010011011101001010111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D726DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D726DB; }

 p { color: rgb(215,38,219); }

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

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

 a { background-color: rgb(215,38,219); }

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

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

 span { border-color: rgb(215,38,219); }

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