#D726C7

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

Shades of Deep Magenta #D726C7

Tints of Deep Magenta #D726C7

Color information

#D726C7 (or 0xD726C7) is unknown color: approx Deep Magenta. HEX triplet: D7, 26 and C7. RGB value is (215,38,199). Sum of RGB (Red+Green+Blue) = 215+38+199=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 38 (15.23% from 255 or 8.41% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D726C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D726C7 is #28D938. Grayscale: #6C6C6C. Windows color (decimal): -2677049 or 13051607. OLE color: 13051607.

HSL color Cylindrical-coordinate representation of color #D726C7: hue angle of 305.42º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D726C7 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB21538199-
CMYK00.820.070.16
HSL305.42º69.96%49.61%-
HSV(B)305.42º82.33%84.31%-
XYZ39.0319.9655.83-
YUV109.28178.64203.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.57%
GREEN value IS 38 (15.23% from 255) = 8.41%
BLUE value IS 199 (78.12% from 255) = 44.03%
R=47.57%
G=8.41%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153819900.820.070.16305.4269.9649.61
HexD726C70527101314632
Octal32746307012272046110662
Binary110101111001101100011101010010111100001001100011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D726C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D726C7; }

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

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

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

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

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

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

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

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