Html Css Color HEX #D11ECF Deep Magenta

📋 copy color: '#D11ECF'

red 209 ◦ green 30 ◦ blue 207

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

Shades of Deep Magenta #D11ECF

Tints of Deep Magenta #D11ECF

RGB

 RED value IS 209 (82.03% from 255) = 46.86%

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

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

R = 46.86%
G = 6.73%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D11ECF (or 0xD11ECF) is known color: Deep Magenta. HEX triplet: D1, 1E and CF. RGB value is (209,30,207). Sum of RGB (Red+Green+Blue) = 209+30+207=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D11ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11ECF is #2EE130. Grayscale: #676767. Windows color (decimal): -3072305 or 13573841. OLE color: 13573841.

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

Color convert

RGB 209 30 207 -
CMYK 0 0.86 0.01 0.18
HSL 300.67º 0.75% 0.47% -
HSV(B) 300.67º 0.86% 0.82% -
XYZ 38.02 18.99 60.69 -
YUV 103.7 186.3 203.11 -
System Red Green Blue C M Y K H S L
Decimal 209 30 207 0 0.86 0.01 0.18 300.67 0.75 0.47
Hex D1 1E CF 0 56 1 12 12D 4B 2F
Octal 321 36 317 0 126 1 22 455 113 57
Binary 11010001 11110 11001111 0 1010110 1 10010 100101101 1001011 101111

Color Harmonies of #D11ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11ECF

Black with #D11ECF

Text Example


Text Example

White with #D11ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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