#D706DB

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

Shades of Deep Magenta #D706DB

Tints of Deep Magenta #D706DB

Color information

#D706DB (or 0xD706DB) is unknown color: approx Deep Magenta. HEX triplet: D7, 06 and DB. RGB value is (215,6,219). Sum of RGB (Red+Green+Blue) = 215+6+219=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 6 (2.73% from 255 or 1.36% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #D706DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D706DB is #28F924. Grayscale: #5C5C5C. Windows color (decimal): -2685221 or 14354135. OLE color: 14354135.

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

Color convert

RGB2156219-
CMYK0.020.9700.14
HSL298.87º94.67%44.12%-
HSV(B)298.87º97.26%85.88%-
XYZ40.8819.6968.66-
YUV92.77199.24215.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.86%
GREEN value IS 6 (2.73% from 255) = 1.36%
BLUE value IS 219 (85.94% from 255) = 49.77%
R=48.86%
G=1.36%
B=49.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21562190.020.9700.14298.8794.6744.12
HexD76DB2610E12b5f2c
Octal3276333214101645313754
Binary1101011111011011011101100001011101001010111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D706DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D706DB; }

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

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

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

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

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

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

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

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