Html Css Color HEX #D40EDA Deep Magenta

📋 copy color: '#D40EDA'

red 212 ◦ green 14 ◦ blue 218

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

Shades of Deep Magenta #D40EDA

Tints of Deep Magenta #D40EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 47.75%
G = 3.15%
B = 49.1%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D40EDA (or 0xD40EDA) is known color: Deep Magenta. HEX triplet: D4, 0E and DA. RGB value is (212,14,218). Sum of RGB (Red+Green+Blue) = 212+14+218=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 14 (5.86% from 255 or 3.15% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #D40EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40EDA is #2BF125. Grayscale: #5F5F5F. Windows color (decimal): -2879782 or 14290644. OLE color: 14290644.

HSL color Cylindrical-coordinate representation of color #D40EDA: hue angle of 298.24º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40EDA is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 14 218 -
CMYK 0.03 0.94 0 0.15
HSL 298.24º 0.88% 0.45% -
HSV(B) 298.24º 0.94% 0.85% -
XYZ 39.96 19.37 67.96 -
YUV 96.46 196.6 210.41 -
System Red Green Blue C M Y K H S L
Decimal 212 14 218 0.03 0.94 0 0.15 298.24 0.88 0.45
Hex D4 E DA 3 5E 0 F 12A 58 2D
Octal 324 16 332 3 136 0 17 452 130 55
Binary 11010100 1110 11011010 11 1011110 0 1111 100101010 1011000 101101

Color Harmonies of #D40EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40EDA

Black with #D40EDA

Text Example


Text Example

White with #D40EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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