Html Css Color HEX #D70AD4 Deep Magenta

📋 copy color: '#D70AD4'

red 215 ◦ green 10 ◦ blue 212

#D70AD4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D70AD4

Tints of Deep Magenta #D70AD4

RGB

 RED value IS 215 (84.38% from 255) = 49.2%

 GREEN value IS 10 (4.3% from 255) = 2.29%

 BLUE value IS 212 (83.2% from 255) = 48.51%

R = 49.2%
G = 2.29%
B = 48.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D70AD4 (or 0xD70AD4) is known color: Deep Magenta. HEX triplet: D7, 0A and D4. RGB value is (215,10,212). Sum of RGB (Red+Green+Blue) = 215+10+212=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 212 (83.20% from 255 or 48.51% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D70AD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70AD4 is #28F52B. Grayscale: #5D5D5D. Windows color (decimal): -2684204 or 13896407. OLE color: 13896407.

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

Color convert

RGB 215 10 212 -
CMYK 0 0.95 0.01 0.16
HSL 300.88º 0.91% 0.44% -
HSV(B) 300.88º 0.95% 0.84% -
XYZ 40.02 19.42 63.93 -
YUV 94.32 194.42 214.07 -
System Red Green Blue C M Y K H S L
Decimal 215 10 212 0 0.95 0.01 0.16 300.88 0.91 0.44
Hex D7 A D4 0 5F 1 10 12D 5B 2C
Octal 327 12 324 0 137 1 20 455 133 54
Binary 11010111 1010 11010100 0 1011111 1 10000 100101101 1011011 101100

Color Harmonies of #D70AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70AD4

Black with #D70AD4

Text Example


Text Example

White with #D70AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70AD4; }

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

 H1.HeaderClassName
 {
   color: #D70AD4;
 }
 .AnyTagClassName
 {
   color: #D70AD4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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