Html Css Color HEX #D400DC Deep Magenta

📋 copy color: '#D400DC'

red 212 ◦ green 0 ◦ blue 220

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

Shades of Deep Magenta #D400DC

Tints of Deep Magenta #D400DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.07%
G = 0%
B = 50.93%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D400DC (or 0xD400DC) is known color: Deep Magenta. HEX triplet: D4, 00 and DC. RGB value is (212,0,220). Sum of RGB (Red+Green+Blue) = 212+0+220=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #D400DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D400DC is #2BFF23. Grayscale: #575757. Windows color (decimal): -2883364 or 14418132. OLE color: 14418132.

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

Color convert

RGB 212 0 220 -
CMYK 0.04 1 0 0.14
HSL 297.82º 1% 0.43% -
HSV(B) 297.82º 1% 0.86% -
XYZ 40.07 19.16 69.3 -
YUV 88.47 202.24 216.11 -
System Red Green Blue C M Y K H S L
Decimal 212 0 220 0.04 1 0 0.14 297.82 1 0.43
Hex D4 0 DC 4 64 0 E 12A 64 2B
Octal 324 0 334 4 144 0 16 452 144 53
Binary 11010100 0 11011100 100 1100100 0 1110 100101010 1100100 101011

Color Harmonies of #D400DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D400DC

Black with #D400DC

Text Example


Text Example

White with #D400DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D400DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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