#D70ABF

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

Shades of Deep Magenta #D70ABF

Tints of Deep Magenta #D70ABF

Color information

#D70ABF (or 0xD70ABF) is unknown color: approx Deep Magenta. HEX triplet: D7, 0A and BF. RGB value is (215,10,191). Sum of RGB (Red+Green+Blue) = 215+10+191=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D70ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70ABF is #28F540. Grayscale: #5B5B5B. Windows color (decimal): -2684225 or 12520151. OLE color: 12520151.

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

Color convert

RGB21510191-
CMYK00.950.110.16
HSL307.02º91.11%44.12%-
HSV(B)307.02º95.35%84.31%-
XYZ37.5418.4350.87-
YUV91.93183.92215.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.68%
GREEN value IS 10 (4.30% from 255) = 2.40%
BLUE value IS 191 (75% from 255) = 45.91%
R=51.68%
G=2.40%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151019100.950.110.16307.0291.1144.12
HexD7ABF05FB101335b2c
Octal327122770137132046313354
Binary11010111101010111111010111111011100001001100111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70ABF; }

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

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

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

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

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

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

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

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