#D826DB

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

Shades of Deep Magenta #D826DB

Tints of Deep Magenta #D826DB

Color information

#D826DB (or 0xD826DB) is unknown color: approx Deep Magenta. HEX triplet: D8, 26 and DB. RGB value is (216,38,219). Sum of RGB (Red+Green+Blue) = 216+38+219=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #D826DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D826DB is #27D924. Grayscale: #6F6F6F. Windows color (decimal): -2611493 or 14362328. OLE color: 14362328.

HSL color Cylindrical-coordinate representation of color #D826DB: hue angle of 299.01º 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 #D826DB is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21638219-
CMYK0.010.8300.14
HSL299.01º71.54%50.39%-
HSV(B)299.01º82.65%85.88%-
XYZ41.821.168.89-
YUV111.86188.47202.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.67%
GREEN value IS 38 (15.23% from 255) = 8.03%
BLUE value IS 219 (85.94% from 255) = 46.30%
R=45.67%
G=8.03%
B=46.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal216382190.010.8300.14299.0171.5450.39
HexD826DB1530E12b4832
Octal33046333112301645311062
Binary110110001001101101101111010011011101001010111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D826DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D826DB; }

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

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

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

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

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

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

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

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