Html Css Color HEX #D40DDC Deep Magenta

📋 copy color: '#D40DDC'

red 212 ◦ green 13 ◦ blue 220

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

Shades of Deep Magenta #D40DDC

Tints of Deep Magenta #D40DDC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.92%

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

R = 47.64%
G = 2.92%
B = 49.44%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D40DDC (or 0xD40DDC) is known color: Deep Magenta. HEX triplet: D4, 0D and DC. RGB value is (212,13,220). Sum of RGB (Red+Green+Blue) = 212+13+220=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #D40DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40DDC is #2BF223. Grayscale: #5F5F5F. Windows color (decimal): -2880036 or 14421460. OLE color: 14421460.

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

Color convert

RGB 212 13 220 -
CMYK 0.04 0.94 0 0.14
HSL 297.68º 0.89% 0.46% -
HSV(B) 297.68º 0.94% 0.86% -
XYZ 40.21 19.45 69.35 -
YUV 96.1 197.93 210.67 -
System Red Green Blue C M Y K H S L
Decimal 212 13 220 0.04 0.94 0 0.14 297.68 0.89 0.46
Hex D4 D DC 4 5E 0 E 12A 59 2E
Octal 324 15 334 4 136 0 16 452 131 56
Binary 11010100 1101 11011100 100 1011110 0 1110 100101010 1011001 101110

Color Harmonies of #D40DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40DDC

Black with #D40DDC

Text Example


Text Example

White with #D40DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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