#dd19d0

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

Shades of Deep Magenta #DD19D0

Tints of Deep Magenta #DD19D0

Color information

#DD19D0 (or 0xDD19D0) is unknown color: approx Deep Magenta. HEX triplet: DD, 19 and D0. RGB value is (221,25,208). Sum of RGB (Red+Green+Blue) = 221+25+208=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD19D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD19D0 is #22E62F. Grayscale: #676767. Windows color (decimal): -2287152 or 13638109. OLE color: 13638109.

HSL color Cylindrical-coordinate representation of color #DD19D0: hue angle of 303.98º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD19D0 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB22125208-
CMYK00.890.060.13
HSL303.98º79.67%48.24%-
HSV(B)303.98º88.69%86.67%-
XYZ41.5520.6261.46-
YUV104.47186.43211.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 25 (10.16% from 255) = 5.51%
BLUE value IS 208 (81.64% from 255) = 45.81%
R=48.68%
G=5.51%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212520800.890.060.13303.9879.6748.24
HexDD19D00596D1305030
Octal33531320013161546012060
Binary1101110111001110100000101100111011011001100001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd19d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd19d0; }

 p { color: rgb(221,25,208); }

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

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

 a { background-color: rgb(221,25,208); }

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

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

 span { border-color: rgb(221,25,208); }

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