Html Css Color HEX #D40EDB Deep Magenta

📋 copy color: '#D40EDB'

red 212 ◦ green 14 ◦ blue 219

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

Shades of Deep Magenta #D40EDB

Tints of Deep Magenta #D40EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 47.64%
G = 3.15%
B = 49.21%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D40EDB (or 0xD40EDB) is known color: Deep Magenta. HEX triplet: D4, 0E and DB. RGB value is (212,14,219). Sum of RGB (Red+Green+Blue) = 212+14+219=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #D40EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40EDB is #2BF124. Grayscale: #5F5F5F. Windows color (decimal): -2879781 or 14356180. OLE color: 14356180.

HSL color Cylindrical-coordinate representation of color #D40EDB: hue angle of 297.95º degrees, saturation: 0.88, 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 #D40EDB is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 14 219 -
CMYK 0.03 0.94 0 0.14
HSL 297.95º 0.88% 0.46% -
HSV(B) 297.95º 0.94% 0.86% -
XYZ 40.09 19.43 68.65 -
YUV 96.57 197.1 210.33 -
System Red Green Blue C M Y K H S L
Decimal 212 14 219 0.03 0.94 0 0.14 297.95 0.88 0.46
Hex D4 E DB 3 5E 0 E 12A 58 2E
Octal 324 16 333 3 136 0 16 452 130 56
Binary 11010100 1110 11011011 11 1011110 0 1110 100101010 1011000 101110

Color Harmonies of #D40EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40EDB

Black with #D40EDB

Text Example


Text Example

White with #D40EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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