Html Css Color HEX #D70ADA Deep Magenta

📋 copy color: '#D70ADA'

red 215 ◦ green 10 ◦ blue 218

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

Shades of Deep Magenta #D70ADA

Tints of Deep Magenta #D70ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.21%

R = 48.53%
G = 2.26%
B = 49.21%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D70ADA (or 0xD70ADA) is known color: Deep Magenta. HEX triplet: D7, 0A and DA. RGB value is (215,10,218). Sum of RGB (Red+Green+Blue) = 215+10+218=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #D70ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70ADA is #28F525. Grayscale: #5E5E5E. Windows color (decimal): -2684198 or 14289623. OLE color: 14289623.

HSL color Cylindrical-coordinate representation of color #D70ADA: hue angle of 299.13º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70ADA is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 10 218 -
CMYK 0.01 0.95 0 0.15
HSL 299.13º 0.91% 0.45% -
HSV(B) 299.13º 0.95% 0.85% -
XYZ 40.79 19.73 67.99 -
YUV 95.01 197.42 213.59 -
System Red Green Blue C M Y K H S L
Decimal 215 10 218 0.01 0.95 0 0.15 299.13 0.91 0.45
Hex D7 A DA 1 5F 0 F 12B 5B 2D
Octal 327 12 332 1 137 0 17 453 133 55
Binary 11010111 1010 11011010 1 1011111 0 1111 100101011 1011011 101101

Color Harmonies of #D70ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70ADA

Black with #D70ADA

Text Example


Text Example

White with #D70ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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