Html Css Color HEX #D40ADD Deep Magenta

📋 copy color: '#D40ADD'

red 212 ◦ green 10 ◦ blue 221

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

Shades of Deep Magenta #D40ADD

Tints of Deep Magenta #D40ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 47.86%
G = 2.26%
B = 49.89%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D40ADD (or 0xD40ADD) is known color: Deep Magenta. HEX triplet: D4, 0A and DD. RGB value is (212,10,221). Sum of RGB (Red+Green+Blue) = 212+10+221=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #D40ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40ADD is #2BF522. Grayscale: #5D5D5D. Windows color (decimal): -2880803 or 14486228. OLE color: 14486228.

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

Color convert

RGB 212 10 221 -
CMYK 0.04 0.95 0 0.13
HSL 297.44º 0.91% 0.45% -
HSV(B) 297.44º 0.95% 0.87% -
XYZ 40.31 19.43 70.03 -
YUV 94.45 199.42 211.84 -
System Red Green Blue C M Y K H S L
Decimal 212 10 221 0.04 0.95 0 0.13 297.44 0.91 0.45
Hex D4 A DD 4 5F 0 D 129 5B 2D
Octal 324 12 335 4 137 0 15 451 133 55
Binary 11010100 1010 11011101 100 1011111 0 1101 100101001 1011011 101101

Color Harmonies of #D40ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40ADD

Black with #D40ADD

Text Example


Text Example

White with #D40ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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