Html Css Color HEX #D11ADD Deep Magenta

📋 copy color: '#D11ADD'

red 209 ◦ green 26 ◦ blue 221

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

Shades of Deep Magenta #D11ADD

Tints of Deep Magenta #D11ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.7%

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

R = 45.83%
G = 5.7%
B = 48.46%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D11ADD (or 0xD11ADD) is known color: Deep Magenta. HEX triplet: D1, 1A and DD. RGB value is (209,26,221). Sum of RGB (Red+Green+Blue) = 209+26+221=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #D11ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11ADD is #2EE522. Grayscale: #666666. Windows color (decimal): -3073315 or 14490321. OLE color: 14490321.

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

Color convert

RGB 209 26 221 -
CMYK 0.05 0.88 0 0.13
HSL 296.31º 0.79% 0.48% -
HSV(B) 296.31º 0.88% 0.87% -
XYZ 39.72 19.51 70.08 -
YUV 102.95 194.63 203.64 -
System Red Green Blue C M Y K H S L
Decimal 209 26 221 0.05 0.88 0 0.13 296.31 0.79 0.48
Hex D1 1A DD 5 58 0 D 128 4F 30
Octal 321 32 335 5 130 0 15 450 117 60
Binary 11010001 11010 11011101 101 1011000 0 1101 100101000 1001111 110000

Color Harmonies of #D11ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11ADD

Black with #D11ADD

Text Example


Text Example

White with #D11ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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