#D606DB

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

Shades of Deep Magenta #D606DB

Tints of Deep Magenta #D606DB

Color information

#D606DB (or 0xD606DB) is unknown color: approx Deep Magenta. HEX triplet: D6, 06 and DB. RGB value is (214,6,219). Sum of RGB (Red+Green+Blue) = 214+6+219=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 6 (2.73% from 255 or 1.37% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #D606DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D606DB is #29F924. Grayscale: #5B5B5B. Windows color (decimal): -2750757 or 14354134. OLE color: 14354134.

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

Color convert

RGB2146219-
CMYK0.020.9700.14
HSL298.59º94.67%44.12%-
HSV(B)298.59º97.26%85.88%-
XYZ40.5819.5468.65-
YUV92.47199.41214.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.75%
GREEN value IS 6 (2.73% from 255) = 1.37%
BLUE value IS 219 (85.94% from 255) = 49.89%
R=48.75%
G=1.37%
B=49.89%

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
Decimal21462190.020.9700.14298.5994.6744.12
HexD66DB2610E12b5f2c
Octal3266333214101645313754
Binary1101011011011011011101100001011101001010111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D606DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D606DB; }

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

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

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

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

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

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

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

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