Html Css Color HEX #D41ECF Deep Magenta

📋 copy color: '#D41ECF'

red 212 ◦ green 30 ◦ blue 207

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

Shades of Deep Magenta #D41ECF

Tints of Deep Magenta #D41ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.68%

 BLUE value IS 207 (81.25% from 255) = 46.1%

R = 47.22%
G = 6.68%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D41ECF (or 0xD41ECF) is known color: Deep Magenta. HEX triplet: D4, 1E and CF. RGB value is (212,30,207). Sum of RGB (Red+Green+Blue) = 212+30+207=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 30 (12.11% from 255 or 6.68% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D41ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41ECF is #2BE130. Grayscale: #686868. Windows color (decimal): -2875697 or 13573844. OLE color: 13573844.

HSL color Cylindrical-coordinate representation of color #D41ECF: hue angle of 301.65º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41ECF is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 30 207 -
CMYK 0 0.86 0.02 0.17
HSL 301.65º 0.75% 0.47% -
HSV(B) 301.65º 0.86% 0.83% -
XYZ 38.88 19.43 60.73 -
YUV 104.6 185.8 204.61 -
System Red Green Blue C M Y K H S L
Decimal 212 30 207 0 0.86 0.02 0.17 301.65 0.75 0.47
Hex D4 1E CF 0 56 2 11 12E 4B 2F
Octal 324 36 317 0 126 2 21 456 113 57
Binary 11010100 11110 11001111 0 1010110 10 10001 100101110 1001011 101111

Color Harmonies of #D41ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41ECF

Black with #D41ECF

Text Example


Text Example

White with #D41ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41ECF; }

 p { color: rgb(212,30,207); }

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

background-color css

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

 a { background-color: rgb(212,30,207); }

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

border-color css

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

 span { border-color: rgb(212,30,207); }

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