#D70AC8

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

Shades of Deep Magenta #D70AC8

Tints of Deep Magenta #D70AC8

Color information

#D70AC8 (or 0xD70AC8) is unknown color: approx Deep Magenta. HEX triplet: D7, 0A and C8. RGB value is (215,10,200). Sum of RGB (Red+Green+Blue) = 215+10+200=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D70AC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70AC8 is #28F537. Grayscale: #5C5C5C. Windows color (decimal): -2684216 or 13109975. OLE color: 13109975.

HSL color Cylindrical-coordinate representation of color #D70AC8: hue angle of 304.39º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70AC8 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB21510200-
CMYK00.950.070.16
HSL304.39º91.11%44.12%-
HSV(B)304.39º95.35%84.31%-
XYZ38.5618.8356.25-
YUV92.96188.42215.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.59%
GREEN value IS 10 (4.30% from 255) = 2.35%
BLUE value IS 200 (78.52% from 255) = 47.06%
R=50.59%
G=2.35%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151020000.950.070.16304.3991.1144.12
HexD7AC805F7101305b2c
Octal32712310013772046013354
Binary1101011110101100100001011111111100001001100001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70AC8; }

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

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

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

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

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

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

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

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