#D122DB

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

Shades of Deep Magenta #D122DB

Tints of Deep Magenta #D122DB

Color information

#D122DB (or 0xD122DB) is unknown color: approx Deep Magenta. HEX triplet: D1, 22 and DB. RGB value is (209,34,219). Sum of RGB (Red+Green+Blue) = 209+34+219=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 34 (13.67% from 255 or 7.36% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #D122DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D122DB is #2EDD24. Grayscale: #6A6A6A. Windows color (decimal): -3071269 or 14361297. OLE color: 14361297.

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

Color convert

RGB20934219-
CMYK0.050.8400.14
HSL296.76º73.12%49.61%-
HSV(B)296.76º84.47%85.88%-
XYZ39.6519.8168.75-
YUV107.42190.98200.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.24%
GREEN value IS 34 (13.67% from 255) = 7.36%
BLUE value IS 219 (85.94% from 255) = 47.40%
R=45.24%
G=7.36%
B=47.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal209342190.050.8400.14296.7673.1249.61
HexD122DB5540E1294932
Octal32142333512401645111162
Binary11010001100010110110111011010100011101001010011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D122DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D122DB; }

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

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

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

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

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

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

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

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