#DA11D1

Color #DA11D1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #DA11D1

Tints of Deep Magenta #DA11D1

Color information

#DA11D1 (or 0xDA11D1) is unknown color: approx Deep Magenta. HEX triplet: DA, 11 and D1. RGB value is (218,17,209). Sum of RGB (Red+Green+Blue) = 218+17+209=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA11D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA11D1 is #25EE2E. Grayscale: #626262. Windows color (decimal): -2485807 or 13701594. OLE color: 13701594.

HSL color Cylindrical-coordinate representation of color #DA11D1: hue angle of 302.69º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA11D1 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB21817209-
CMYK00.920.040.15
HSL302.69º85.53%46.08%-
HSV(B)302.69º92.2%85.49%-
XYZ40.6219.9162.02-
YUV98.99190.09212.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.10%
GREEN value IS 17 (7.03% from 255) = 3.83%
BLUE value IS 209 (82.03% from 255) = 47.07%
R=49.10%
G=3.83%
B=47.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181720900.920.040.15302.6985.5346.08
HexDA11D105C4F12f562e
Octal33221321013441745712656
Binary1101101010001110100010101110010011111001011111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA11D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA11D1; }

 p { color: rgb(218,17,209); }

 H1.HeaderClassName
 {
   color: #DA11D1;
 }
 .AnyTagClassName
 {
   color: #DA11D1;
 }
</style>
background-color css

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

 a { background-color: rgb(218,17,209); }

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

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

 span { border-color: rgb(218,17,209); }

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