Html Css Color HEX #D40EDD Deep Magenta

📋 copy color: '#D40EDD'

red 212 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #D40EDD

Tints of Deep Magenta #D40EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.44%

R = 47.43%
G = 3.13%
B = 49.44%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D40EDD (or 0xD40EDD) is known color: Deep Magenta. HEX triplet: D4, 0E and DD. RGB value is (212,14,221). Sum of RGB (Red+Green+Blue) = 212+14+221=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #D40EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40EDD is #2BF122. Grayscale: #606060. Windows color (decimal): -2879779 or 14487252. OLE color: 14487252.

HSL color Cylindrical-coordinate representation of color #D40EDD: hue angle of 297.39º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40EDD is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 14 221 -
CMYK 0.04 0.94 0 0.13
HSL 297.39º 0.88% 0.46% -
HSV(B) 297.39º 0.94% 0.87% -
XYZ 40.36 19.53 70.05 -
YUV 96.8 198.1 210.17 -
System Red Green Blue C M Y K H S L
Decimal 212 14 221 0.04 0.94 0 0.13 297.39 0.88 0.46
Hex D4 E DD 4 5E 0 D 129 58 2E
Octal 324 16 335 4 136 0 15 451 130 56
Binary 11010100 1110 11011101 100 1011110 0 1101 100101001 1011000 101110

Color Harmonies of #D40EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40EDD

Black with #D40EDD

Text Example


Text Example

White with #D40EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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