#D526DD

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

Shades of Deep Magenta #D526DD

Tints of Deep Magenta #D526DD

Color information

#D526DD (or 0xD526DD) is unknown color: approx Deep Magenta. HEX triplet: D5, 26 and DD. RGB value is (213,38,221). Sum of RGB (Red+Green+Blue) = 213+38+221=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 38 (15.23% from 255 or 8.05% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #D526DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D526DD is #2AD922. Grayscale: #6E6E6E. Windows color (decimal): -2808099 or 14493397. OLE color: 14493397.

HSL color Cylindrical-coordinate representation of color #D526DD: hue angle of 297.38º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D526DD is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21338221-
CMYK0.040.8300.13
HSL297.38º72.91%50.78%-
HSV(B)297.38º82.81%86.67%-
XYZ41.1820.7570.24-
YUV111.19189.98200.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.13%
GREEN value IS 38 (15.23% from 255) = 8.05%
BLUE value IS 221 (86.72% from 255) = 46.82%
R=45.13%
G=8.05%
B=46.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal213382210.040.8300.13297.3872.9150.78
HexD526DD4530D1294933
Octal32546335412301545111163
Binary11010101100110110111011001010011011011001010011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D526DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D526DD; }

 p { color: rgb(213,38,221); }

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

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

 a { background-color: rgb(213,38,221); }

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

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

 span { border-color: rgb(213,38,221); }

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