Html Css Color HEX #D40ECF Deep Magenta

📋 copy color: '#D40ECF'

red 212 ◦ green 14 ◦ blue 207

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

Shades of Deep Magenta #D40ECF

Tints of Deep Magenta #D40ECF

RGB

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

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

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

R = 48.96%
G = 3.23%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D40ECF (or 0xD40ECF) is known color: Deep Magenta. HEX triplet: D4, 0E and CF. RGB value is (212,14,207). Sum of RGB (Red+Green+Blue) = 212+14+207=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 14 (5.86% from 255 or 3.23% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D40ECF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40ECF is #2BF130. Grayscale: #5E5E5E. Windows color (decimal): -2879793 or 13569748. OLE color: 13569748.

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

Color convert

RGB 212 14 207 -
CMYK 0 0.93 0.02 0.17
HSL 301.52º 0.88% 0.44% -
HSV(B) 301.52º 0.93% 0.83% -
XYZ 38.57 18.82 60.63 -
YUV 95.2 191.1 211.31 -
System Red Green Blue C M Y K H S L
Decimal 212 14 207 0 0.93 0.02 0.17 301.52 0.88 0.44
Hex D4 E CF 0 5D 2 11 12E 58 2C
Octal 324 16 317 0 135 2 21 456 130 54
Binary 11010100 1110 11001111 0 1011101 10 10001 100101110 1011000 101100

Color Harmonies of #D40ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40ECF

Black with #D40ECF

Text Example


Text Example

White with #D40ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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