Html Css Color HEX #D11DE5 Deep Magenta

📋 copy color: '#D11DE5'

red 209 ◦ green 29 ◦ blue 229

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

Shades of Deep Magenta #D11DE5

Tints of Deep Magenta #D11DE5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.21%

 BLUE value IS 229 (89.84% from 255) = 49.04%

R = 44.75%
G = 6.21%
B = 49.04%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D11DE5 (or 0xD11DE5) is known color: Deep Magenta. HEX triplet: D1, 1D and E5. RGB value is (209,29,229). Sum of RGB (Red+Green+Blue) = 209+29+229=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 29 (11.72% from 255 or 6.21% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #D11DE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11DE5 is #2EE21A. Grayscale: #696969. Windows color (decimal): -3072539 or 15015377. OLE color: 15015377.

HSL color Cylindrical-coordinate representation of color #D11DE5: hue angle of 294º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11DE5 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 29 229 -
CMYK 0.09 0.87 0 0.10
HSL 294º 0.79% 0.51% -
HSV(B) 294º 0.87% 0.9% -
XYZ 40.88 20.09 75.85 -
YUV 105.62 197.63 201.74 -
System Red Green Blue C M Y K H S L
Decimal 209 29 229 0.09 0.87 0 0.10 294 0.79 0.51
Hex D1 1D E5 9 57 0 A 126 4F 33
Octal 321 35 345 11 127 0 12 446 117 63
Binary 11010001 11101 11100101 1001 1010111 0 1010 100100110 1001111 110011

Color Harmonies of #D11DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11DE5

Black with #D11DE5

Text Example


Text Example

White with #D11DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11DE5; }

 p { color: rgb(209,29,229); }

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

background-color css

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

 a { background-color: rgb(209,29,229); }

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

border-color css

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

 span { border-color: rgb(209,29,229); }

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