#D11BD2

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

Shades of Deep Magenta #D11BD2

Tints of Deep Magenta #D11BD2

Color information

#D11BD2 (or 0xD11BD2) is unknown color: approx Deep Magenta. HEX triplet: D1, 1B and D2. RGB value is (209,27,210). Sum of RGB (Red+Green+Blue) = 209+27+210=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 210 - color contains mainly: blue. Hex color #D11BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11BD2 is #2EE42D. Grayscale: #656565. Windows color (decimal): -3073070 or 13769681. OLE color: 13769681.

HSL color Cylindrical-coordinate representation of color #D11BD2: hue angle of 299.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11BD2 is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20927210-
CMYK0.000.8700.18
HSL299.67º77.22%46.47%-
HSV(B)299.67º87.14%82.35%-
XYZ38.3218.9962.62-
YUV102.28188.8204.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.86%
GREEN value IS 27 (10.94% from 255) = 6.05%
BLUE value IS 210 (82.42% from 255) = 47.09%
R=46.86%
G=6.05%
B=47.09%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209272100.000.8700.18299.6777.2246.47
HexD11BD205701212c4d2e
Octal32133322012702245411556
Binary110100011101111010010010101110100101001011001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11BD2; }

 p { color: rgb(209,27,210); }

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

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

 a { background-color: rgb(209,27,210); }

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

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

 span { border-color: rgb(209,27,210); }

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