Html Css Color HEX #D40EC7 Deep Magenta

📋 copy color: '#D40EC7'

red 212 ◦ green 14 ◦ blue 199

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

Shades of Deep Magenta #D40EC7

Tints of Deep Magenta #D40EC7

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.29%

 BLUE value IS 199 (78.13% from 255) = 46.82%

R = 49.88%
G = 3.29%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D40EC7 (or 0xD40EC7) is known color: Deep Magenta. HEX triplet: D4, 0E and C7. RGB value is (212,14,199). Sum of RGB (Red+Green+Blue) = 212+14+199=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 14 (5.86% from 255 or 3.29% from 425); Blue value is 199 (78.12% from 255 or 46.82% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D40EC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40EC7 is #2BF138. Grayscale: #5D5D5D. Windows color (decimal): -2879801 or 13045460. OLE color: 13045460.

HSL color Cylindrical-coordinate representation of color #D40EC7: hue angle of 303.94º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40EC7 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 14 199 -
CMYK 0 0.93 0.06 0.17
HSL 303.94º 0.88% 0.44% -
HSV(B) 303.94º 0.93% 0.83% -
XYZ 37.62 18.43 55.61 -
YUV 94.29 187.1 211.96 -
System Red Green Blue C M Y K H S L
Decimal 212 14 199 0 0.93 0.06 0.17 303.94 0.88 0.44
Hex D4 E C7 0 5D 6 11 130 58 2C
Octal 324 16 307 0 135 6 21 460 130 54
Binary 11010100 1110 11000111 0 1011101 110 10001 100110000 1011000 101100

Color Harmonies of #D40EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40EC7

Black with #D40EC7

Text Example


Text Example

White with #D40EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40EC7; }

 p { color: rgb(212,14,199); }

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

background-color css

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

 a { background-color: rgb(212,14,199); }

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

border-color css

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

 span { border-color: rgb(212,14,199); }

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