#dd21db

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

Shades of Deep Magenta #DD21DB

Tints of Deep Magenta #DD21DB

Color information

#DD21DB (or 0xDD21DB) is unknown color: approx Deep Magenta. HEX triplet: DD, 21 and DB. RGB value is (221,33,219). Sum of RGB (Red+Green+Blue) = 221+33+219=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 33 (13.28% from 255 or 6.98% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21DB is #22DE24. Grayscale: #6D6D6D. Windows color (decimal): -2285093 or 14361053. OLE color: 14361053.

HSL color Cylindrical-coordinate representation of color #DD21DB: hue angle of 300.64º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD21DB is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB22133219-
CMYK00.850.010.13
HSL300.64º74.02%49.8%-
HSV(B)300.64º85.07%86.67%-
XYZ43.1521.5768.91-
YUV110.42189.28206.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 33 (13.28% from 255) = 6.98%
BLUE value IS 219 (85.94% from 255) = 46.30%
R=46.72%
G=6.98%
B=46.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213321900.850.010.13300.6474.0249.8
HexDD21DB0551D12d4a32
Octal33541333012511545511262
Binary110111011000011101101101010101111011001011011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd21db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd21db; }

 p { color: rgb(221,33,219); }

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

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

 a { background-color: rgb(221,33,219); }

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

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

 span { border-color: rgb(221,33,219); }

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