Html Css Color HEX #D11ADE Deep Magenta

📋 copy color: '#D11ADE'

red 209 ◦ green 26 ◦ blue 222

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

Shades of Deep Magenta #D11ADE

Tints of Deep Magenta #D11ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.58%

R = 45.73%
G = 5.69%
B = 48.58%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D11ADE (or 0xD11ADE) is known color: Deep Magenta. HEX triplet: D1, 1A and DE. RGB value is (209,26,222). Sum of RGB (Red+Green+Blue) = 209+26+222=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #D11ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11ADE is #2EE521. Grayscale: #666666. Windows color (decimal): -3073314 or 14555857. OLE color: 14555857.

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

Color convert

RGB 209 26 222 -
CMYK 0.06 0.88 0 0.13
HSL 296.02º 0.79% 0.49% -
HSV(B) 296.02º 0.88% 0.87% -
XYZ 39.85 19.57 70.78 -
YUV 103.06 195.13 203.56 -
System Red Green Blue C M Y K H S L
Decimal 209 26 222 0.06 0.88 0 0.13 296.02 0.79 0.49
Hex D1 1A DE 6 58 0 D 128 4F 31
Octal 321 32 336 6 130 0 15 450 117 61
Binary 11010001 11010 11011110 110 1011000 0 1101 100101000 1001111 110001

Color Harmonies of #D11ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11ADE

Black with #D11ADE

Text Example


Text Example

White with #D11ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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