#D706DF

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

Shades of Deep Magenta #D706DF

Tints of Deep Magenta #D706DF

Color information

#D706DF (or 0xD706DF) is unknown color: approx Deep Magenta. HEX triplet: D7, 06 and DF. RGB value is (215,6,223). Sum of RGB (Red+Green+Blue) = 215+6+223=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 6 (2.73% from 255 or 1.35% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #D706DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D706DF is #28F920. Grayscale: #5C5C5C. Windows color (decimal): -2685217 or 14616279. OLE color: 14616279.

HSL color Cylindrical-coordinate representation of color #D706DF: hue angle of 297.79º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D706DF is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2156223-
CMYK0.040.9700.13
HSL297.79º94.76%44.9%-
HSV(B)297.79º97.31%87.45%-
XYZ41.4119.9171.47-
YUV93.23201.24214.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.42%
GREEN value IS 6 (2.73% from 255) = 1.35%
BLUE value IS 223 (87.5% from 255) = 50.23%
R=48.42%
G=1.35%
B=50.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal21562230.040.9700.13297.7994.7644.9
HexD76DF4610D12a5f2d
Octal3276337414101545213755
Binary11010111110110111111001100001011011001010101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D706DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D706DF; }

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

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

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

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

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

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

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

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