Html Css Color HEX #D11FE4 Deep Magenta

📋 copy color: '#D11FE4'

red 209 ◦ green 31 ◦ blue 228

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

Shades of Deep Magenta #D11FE4

Tints of Deep Magenta #D11FE4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.62%

 BLUE value IS 228 (89.45% from 255) = 48.72%

R = 44.66%
G = 6.62%
B = 48.72%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D11FE4 (or 0xD11FE4) is known color: Deep Magenta. HEX triplet: D1, 1F and E4. RGB value is (209,31,228). Sum of RGB (Red+Green+Blue) = 209+31+228=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 31 (12.5% from 255 or 6.62% from 468); Blue value is 228 (89.45% from 255 or 48.72% from 468); Max value from RGB is 228 - color contains mainly: blue. Hex color #D11FE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11FE4 is #2EE01B. Grayscale: #6A6A6A. Windows color (decimal): -3072028 or 14950353. OLE color: 14950353.

HSL color Cylindrical-coordinate representation of color #D11FE4: hue angle of 294.21º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11FE4 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 209 31 228 -
CMYK 0.08 0.86 0 0.11
HSL 294.21º 0.78% 0.51% -
HSV(B) 294.21º 0.86% 0.89% -
XYZ 40.79 20.14 75.14 -
YUV 106.68 196.47 200.98 -
System Red Green Blue C M Y K H S L
Decimal 209 31 228 0.08 0.86 0 0.11 294.21 0.78 0.51
Hex D1 1F E4 8 56 0 B 126 4E 33
Octal 321 37 344 10 126 0 13 446 116 63
Binary 11010001 11111 11100100 1000 1010110 0 1011 100100110 1001110 110011

Color Harmonies of #D11FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11FE4

Black with #D11FE4

Text Example


Text Example

White with #D11FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11FE4; }

 p { color: rgb(209,31,228); }

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

background-color css

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

 a { background-color: rgb(209,31,228); }

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

border-color css

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

 span { border-color: rgb(209,31,228); }

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