#D807C6

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

Shades of Deep Magenta #D807C6

Tints of Deep Magenta #D807C6

Color information

#D807C6 (or 0xD807C6) is unknown color: approx Deep Magenta. HEX triplet: D8, 07 and C6. RGB value is (216,7,198). Sum of RGB (Red+Green+Blue) = 216+7+198=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D807C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D807C6 is #27F839. Grayscale: #5A5A5A. Windows color (decimal): -2619450 or 12978136. OLE color: 12978136.

HSL color Cylindrical-coordinate representation of color #D807C6: hue angle of 305.17º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D807C6 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB2167198-
CMYK00.970.080.15
HSL305.17º93.72%43.73%-
HSV(B)305.17º96.76%84.71%-
XYZ38.5918.8355.03-
YUV91.26188.24216.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.31%
GREEN value IS 7 (3.12% from 255) = 1.66%
BLUE value IS 198 (77.73% from 255) = 47.03%
R=51.31%
G=1.66%
B=47.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216719800.970.080.15305.1793.7243.73
HexD87C60618F1315e2c
Octal33073060141101746113654
Binary110110001111100011001100001100011111001100011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D807C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D807C6; }

 p { color: rgb(216,7,198); }

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

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

 a { background-color: rgb(216,7,198); }

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

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

 span { border-color: rgb(216,7,198); }

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