Html Css Color HEX #D400DF Deep Magenta

📋 copy color: '#D400DF'

red 212 ◦ green 0 ◦ blue 223

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

Shades of Deep Magenta #D400DF

Tints of Deep Magenta #D400DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 48.74%
G = 0%
B = 51.26%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D400DF (or 0xD400DF) is known color: Deep Magenta. HEX triplet: D4, 00 and DF. RGB value is (212,0,223). Sum of RGB (Red+Green+Blue) = 212+0+223=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #D400DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D400DF is #2BFF20. Grayscale: #585858. Windows color (decimal): -2883361 or 14614740. OLE color: 14614740.

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

Color convert

RGB 212 0 223 -
CMYK 0.05 1 0 0.13
HSL 297.04º 1% 0.44% -
HSV(B) 297.04º 1% 0.87% -
XYZ 40.47 19.32 71.41 -
YUV 88.81 203.74 215.87 -
System Red Green Blue C M Y K H S L
Decimal 212 0 223 0.05 1 0 0.13 297.04 1 0.44
Hex D4 0 DF 5 64 0 D 129 64 2C
Octal 324 0 337 5 144 0 15 451 144 54
Binary 11010100 0 11011111 101 1100100 0 1101 100101001 1100100 101100

Color Harmonies of #D400DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D400DF

Black with #D400DF

Text Example


Text Example

White with #D400DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D400DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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