Html Css Color HEX #D40ADC Deep Magenta

📋 copy color: '#D40ADC'

red 212 ◦ green 10 ◦ blue 220

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

Shades of Deep Magenta #D40ADC

Tints of Deep Magenta #D40ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 47.96%
G = 2.26%
B = 49.77%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D40ADC (or 0xD40ADC) is known color: Deep Magenta. HEX triplet: D4, 0A and DC. RGB value is (212,10,220). Sum of RGB (Red+Green+Blue) = 212+10+220=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #D40ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40ADC is #2BF523. Grayscale: #5D5D5D. Windows color (decimal): -2880804 or 14420692. OLE color: 14420692.

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

Color convert

RGB 212 10 220 -
CMYK 0.04 0.95 0 0.14
HSL 297.71º 0.91% 0.45% -
HSV(B) 297.71º 0.95% 0.86% -
XYZ 40.18 19.38 69.33 -
YUV 94.34 198.92 211.92 -
System Red Green Blue C M Y K H S L
Decimal 212 10 220 0.04 0.95 0 0.14 297.71 0.91 0.45
Hex D4 A DC 4 5F 0 E 12A 5B 2D
Octal 324 12 334 4 137 0 16 452 133 55
Binary 11010100 1010 11011100 100 1011111 0 1110 100101010 1011011 101101

Color Harmonies of #D40ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40ADC

Black with #D40ADC

Text Example


Text Example

White with #D40ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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