#D828DB

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

Shades of Deep Magenta #D828DB

Tints of Deep Magenta #D828DB

Color information

#D828DB (or 0xD828DB) is unknown color: approx Deep Magenta. HEX triplet: D8, 28 and DB. RGB value is (216,40,219). Sum of RGB (Red+Green+Blue) = 216+40+219=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #D828DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D828DB is #27D724. Grayscale: #707070. Windows color (decimal): -2610981 or 14362840. OLE color: 14362840.

HSL color Cylindrical-coordinate representation of color #D828DB: hue angle of 298.99º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D828DB is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21640219-
CMYK0.010.8200.14
HSL298.99º71.31%50.78%-
HSV(B)298.99º81.74%85.88%-
XYZ41.8621.2368.91-
YUV113.03187.81201.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.47%
GREEN value IS 40 (16.02% from 255) = 8.42%
BLUE value IS 219 (85.94% from 255) = 46.11%
R=45.47%
G=8.42%
B=46.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal216402190.010.8200.14298.9971.3150.78
HexD828DB1520E12b4733
Octal33050333112201645310763
Binary110110001010001101101111010010011101001010111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D828DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D828DB; }

 p { color: rgb(216,40,219); }

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

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

 a { background-color: rgb(216,40,219); }

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

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

 span { border-color: rgb(216,40,219); }

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