Html Css Color HEX #D11ADB Deep Magenta

📋 copy color: '#D11ADB'

red 209 ◦ green 26 ◦ blue 219

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

Shades of Deep Magenta #D11ADB

Tints of Deep Magenta #D11ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 46.04%
G = 5.73%
B = 48.24%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D11ADB (or 0xD11ADB) is known color: Deep Magenta. HEX triplet: D1, 1A and DB. RGB value is (209,26,219). Sum of RGB (Red+Green+Blue) = 209+26+219=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 26 (10.55% from 255 or 5.73% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #D11ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11ADB is #2EE524. Grayscale: #666666. Windows color (decimal): -3073317 or 14359249. OLE color: 14359249.

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

Color convert

RGB 209 26 219 -
CMYK 0.05 0.88 0 0.14
HSL 296.89º 0.79% 0.48% -
HSV(B) 296.89º 0.88% 0.86% -
XYZ 39.45 19.41 68.68 -
YUV 102.72 193.63 203.81 -
System Red Green Blue C M Y K H S L
Decimal 209 26 219 0.05 0.88 0 0.14 296.89 0.79 0.48
Hex D1 1A DB 5 58 0 E 129 4F 30
Octal 321 32 333 5 130 0 16 451 117 60
Binary 11010001 11010 11011011 101 1011000 0 1110 100101001 1001111 110000

Color Harmonies of #D11ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11ADB

Black with #D11ADB

Text Example


Text Example

White with #D11ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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