#D701C8

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

Shades of Deep Magenta #D701C8

Tints of Deep Magenta #D701C8

Color information

#D701C8 (or 0xD701C8) is unknown color: approx Deep Magenta. HEX triplet: D7, 01 and C8. RGB value is (215,1,200). Sum of RGB (Red+Green+Blue) = 215+1+200=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 200 (78.52% from 255 or 48.08% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D701C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701C8 is #28FE37. Grayscale: #575757. Windows color (decimal): -2686520 or 13107671. OLE color: 13107671.

HSL color Cylindrical-coordinate representation of color #D701C8: hue angle of 304.21º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701C8 is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB2151200-
CMYK01.000.070.16
HSL304.21º99.07%42.35%-
HSV(B)304.21º99.53%84.31%-
XYZ38.4618.6456.21-
YUV87.67191.4218.82-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.68%
GREEN value IS 1 (0.78% from 255) = 0.24%
BLUE value IS 200 (78.52% from 255) = 48.08%
R=51.68%
G=0.24%
B=48.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215120001.000.070.16304.2199.0742.35
HexD71C8064710130632a
Octal3271310014472046014352
Binary1101011111100100001100100111100001001100001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D701C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D701C8; }

 p { color: rgb(215,1,200); }

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

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

 a { background-color: rgb(215,1,200); }

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

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

 span { border-color: rgb(215,1,200); }

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