Html Css Color HEX #D11EDD Deep Magenta

📋 copy color: '#D11EDD'

red 209 ◦ green 30 ◦ blue 221

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

Shades of Deep Magenta #D11EDD

Tints of Deep Magenta #D11EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 45.43%
G = 6.52%
B = 48.04%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D11EDD (or 0xD11EDD) is known color: Deep Magenta. HEX triplet: D1, 1E and DD. RGB value is (209,30,221). Sum of RGB (Red+Green+Blue) = 209+30+221=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #D11EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11EDD is #2EE122. Grayscale: #686868. Windows color (decimal): -3072291 or 14491345. OLE color: 14491345.

HSL color Cylindrical-coordinate representation of color #D11EDD: hue angle of 296.23º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11EDD is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 30 221 -
CMYK 0.05 0.86 0 0.13
HSL 296.23º 0.76% 0.49% -
HSV(B) 296.23º 0.86% 0.87% -
XYZ 39.81 19.7 70.11 -
YUV 105.3 193.3 201.97 -
System Red Green Blue C M Y K H S L
Decimal 209 30 221 0.05 0.86 0 0.13 296.23 0.76 0.49
Hex D1 1E DD 5 56 0 D 128 4C 31
Octal 321 36 335 5 126 0 15 450 114 61
Binary 11010001 11110 11011101 101 1010110 0 1101 100101000 1001100 110001

Color Harmonies of #D11EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11EDD

Black with #D11EDD

Text Example


Text Example

White with #D11EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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