#D70AB1

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

Shades of Deep Magenta #D70AB1

Tints of Deep Magenta #D70AB1

Color information

#D70AB1 (or 0xD70AB1) is unknown color: approx Deep Magenta. HEX triplet: D7, 0A and B1. RGB value is (215,10,177). Sum of RGB (Red+Green+Blue) = 215+10+177=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 10 (4.30% from 255 or 2.49% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D70AB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70AB1 is #28F54E. Grayscale: #595959. Windows color (decimal): -2684239 or 11602647. OLE color: 11602647.

HSL color Cylindrical-coordinate representation of color #D70AB1: hue angle of 311.12º 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 #D70AB1 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB21510177-
CMYK00.950.180.16
HSL311.12º91.11%44.12%-
HSV(B)311.12º95.35%84.31%-
XYZ36.0717.8443.14-
YUV90.33176.92216.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.48%
GREEN value IS 10 (4.30% from 255) = 2.49%
BLUE value IS 177 (69.53% from 255) = 44.03%
R=53.48%
G=2.49%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151017700.950.180.16311.1291.1144.12
HexD7AB105F12101375b2c
Octal327122610137222046713354
Binary110101111010101100010101111110010100001001101111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70AB1; }

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

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

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

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

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

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

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

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