Html Css Color HEX #D40EB8 Deep Magenta

📋 copy color: '#D40EB8'

red 212 ◦ green 14 ◦ blue 184

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

Shades of Deep Magenta #D40EB8

Tints of Deep Magenta #D40EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.88%

R = 51.71%
G = 3.41%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D40EB8 (or 0xD40EB8) is known color: Deep Magenta. HEX triplet: D4, 0E and B8. RGB value is (212,14,184). Sum of RGB (Red+Green+Blue) = 212+14+184=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 184 (72.27% from 255 or 44.88% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D40EB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40EB8 is #2BF147. Grayscale: #5C5C5C. Windows color (decimal): -2879816 or 12062420. OLE color: 12062420.

HSL color Cylindrical-coordinate representation of color #D40EB8: hue angle of 308.48º 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 #D40EB8 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 14 184 -
CMYK 0 0.93 0.13 0.17
HSL 308.48º 0.88% 0.44% -
HSV(B) 308.48º 0.93% 0.83% -
XYZ 35.96 17.77 46.88 -
YUV 92.58 179.6 213.18 -
System Red Green Blue C M Y K H S L
Decimal 212 14 184 0 0.93 0.13 0.17 308.48 0.88 0.44
Hex D4 E B8 0 5D D 11 134 58 2C
Octal 324 16 270 0 135 15 21 464 130 54
Binary 11010100 1110 10111000 0 1011101 1101 10001 100110100 1011000 101100

Color Harmonies of #D40EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40EB8

Black with #D40EB8

Text Example


Text Example

White with #D40EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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