Html Css Color HEX #D40ADA Deep Magenta

📋 copy color: '#D40ADA'

red 212 ◦ green 10 ◦ blue 218

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

Shades of Deep Magenta #D40ADA

Tints of Deep Magenta #D40ADA

RGB

 RED value IS 212 (83.2% from 255) = 48.18%

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

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

R = 48.18%
G = 2.27%
B = 49.55%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D40ADA (or 0xD40ADA) is known color: Deep Magenta. HEX triplet: D4, 0A and DA. RGB value is (212,10,218). Sum of RGB (Red+Green+Blue) = 212+10+218=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #D40ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40ADA is #2BF525. Grayscale: #5D5D5D. Windows color (decimal): -2880806 or 14289620. OLE color: 14289620.

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

Color convert

RGB 212 10 218 -
CMYK 0.03 0.95 0 0.15
HSL 298.27º 0.91% 0.45% -
HSV(B) 298.27º 0.95% 0.85% -
XYZ 39.91 19.28 67.95 -
YUV 94.11 197.92 212.09 -
System Red Green Blue C M Y K H S L
Decimal 212 10 218 0.03 0.95 0 0.15 298.27 0.91 0.45
Hex D4 A DA 3 5F 0 F 12A 5B 2D
Octal 324 12 332 3 137 0 17 452 133 55
Binary 11010100 1010 11011010 11 1011111 0 1111 100101010 1011011 101101

Color Harmonies of #D40ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40ADA

Black with #D40ADA

Text Example


Text Example

White with #D40ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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