Html Css Color HEX #D40ADE Deep Magenta

📋 copy color: '#D40ADE'

red 212 ◦ green 10 ◦ blue 222

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

Shades of Deep Magenta #D40ADE

Tints of Deep Magenta #D40ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50%

R = 47.75%
G = 2.25%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D40ADE (or 0xD40ADE) is known color: Deep Magenta. HEX triplet: D4, 0A and DE. RGB value is (212,10,222). Sum of RGB (Red+Green+Blue) = 212+10+222=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 10 (4.30% from 255 or 2.25% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #D40ADE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40ADE is #2BF521. Grayscale: #5D5D5D. Windows color (decimal): -2880802 or 14551764. OLE color: 14551764.

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

Color convert

RGB 212 10 222 -
CMYK 0.05 0.95 0 0.13
HSL 297.17º 0.91% 0.45% -
HSV(B) 297.17º 0.95% 0.87% -
XYZ 40.44 19.49 70.74 -
YUV 94.57 199.92 211.76 -
System Red Green Blue C M Y K H S L
Decimal 212 10 222 0.05 0.95 0 0.13 297.17 0.91 0.45
Hex D4 A DE 5 5F 0 D 129 5B 2D
Octal 324 12 336 5 137 0 15 451 133 55
Binary 11010100 1010 11011110 101 1011111 0 1101 100101001 1011011 101101

Color Harmonies of #D40ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40ADE

Black with #D40ADE

Text Example


Text Example

White with #D40ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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