#D806DB

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

Shades of Deep Magenta #D806DB

Tints of Deep Magenta #D806DB

Color information

#D806DB (or 0xD806DB) is unknown color: approx Deep Magenta. HEX triplet: D8, 06 and DB. RGB value is (216,6,219). Sum of RGB (Red+Green+Blue) = 216+6+219=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #D806DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D806DB is #27F924. Grayscale: #5C5C5C. Windows color (decimal): -2619685 or 14354136. OLE color: 14354136.

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

Color convert

RGB2166219-
CMYK0.010.9700.14
HSL299.15º94.67%44.12%-
HSV(B)299.15º97.26%85.88%-
XYZ41.1719.8468.68-
YUV93.07199.07215.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.98%
GREEN value IS 6 (2.73% from 255) = 1.36%
BLUE value IS 219 (85.94% from 255) = 49.66%
R=48.98%
G=1.36%
B=49.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21662190.010.9700.14299.1594.6744.12
HexD86DB1610E12b5f2c
Octal3306333114101645313754
Binary110110001101101101111100001011101001010111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D806DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D806DB; }

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

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

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

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

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

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

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

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