Html Css Color HEX #D11EBE Deep Magenta

📋 copy color: '#D11EBE'

red 209 ◦ green 30 ◦ blue 190

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

Shades of Deep Magenta #D11EBE

Tints of Deep Magenta #D11EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.29%

R = 48.72%
G = 6.99%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D11EBE (or 0xD11EBE) is known color: Deep Magenta. HEX triplet: D1, 1E and BE. RGB value is (209,30,190). Sum of RGB (Red+Green+Blue) = 209+30+190=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D11EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11EBE is #2EE141. Grayscale: #656565. Windows color (decimal): -3072322 or 12459729. OLE color: 12459729.

HSL color Cylindrical-coordinate representation of color #D11EBE: hue angle of 306.37º 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 #D11EBE is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 30 190 -
CMYK 0 0.86 0.09 0.18
HSL 306.37º 0.75% 0.47% -
HSV(B) 306.37º 0.86% 0.82% -
XYZ 36.05 18.2 50.33 -
YUV 101.76 177.8 204.49 -
System Red Green Blue C M Y K H S L
Decimal 209 30 190 0 0.86 0.09 0.18 306.37 0.75 0.47
Hex D1 1E BE 0 56 9 12 132 4B 2F
Octal 321 36 276 0 126 11 22 462 113 57
Binary 11010001 11110 10111110 0 1010110 1001 10010 100110010 1001011 101111

Color Harmonies of #D11EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11EBE

Black with #D11EBE

Text Example


Text Example

White with #D11EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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