#DD1BD6

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

Shades of Deep Magenta #DD1BD6

Tints of Deep Magenta #DD1BD6

Color information

#DD1BD6 (or 0xDD1BD6) is unknown color: approx Deep Magenta. HEX triplet: DD, 1B and D6. RGB value is (221,27,214). Sum of RGB (Red+Green+Blue) = 221+27+214=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 214 (83.98% from 255 or 46.32% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1BD6 is #22E429. Grayscale: #696969. Windows color (decimal): -2286634 or 14031837. OLE color: 14031837.

HSL color Cylindrical-coordinate representation of color #DD1BD6: hue angle of 302.16º degrees, saturation: 0.78, 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 #DD1BD6 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB22127214-
CMYK00.880.030.13
HSL302.16º78.23%48.63%-
HSV(B)302.16º87.78%86.67%-
XYZ42.3521.0165.44-
YUV106.32188.77209.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.84%
GREEN value IS 27 (10.94% from 255) = 5.84%
BLUE value IS 214 (83.98% from 255) = 46.32%
R=47.84%
G=5.84%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212721400.880.030.13302.1678.2348.63
HexDD1BD60583D12e4e31
Octal33533326013031545611661
Binary110111011101111010110010110001111011001011101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1BD6; }

 p { color: rgb(221,27,214); }

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

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

 a { background-color: rgb(221,27,214); }

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

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

 span { border-color: rgb(221,27,214); }

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