#DD5494

Color #DD5494 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #DD5494

Tints of Dark Pink #DD5494

Color information

#DD5494 (or 0xDD5494) is unknown color: approx Dark Pink. HEX triplet: DD, 54 and 94. RGB value is (221,84,148). Sum of RGB (Red+Green+Blue) = 221+84+148=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5494 is #22AB6B. Grayscale: #848484. Windows color (decimal): -2272108 or 9721053. OLE color: 9721053.

HSL color Cylindrical-coordinate representation of color #DD5494: hue angle of 331.97º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5494 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB22184148-
CMYK00.620.330.13
HSL331.97º66.83%59.8%-
HSV(B)331.97º61.99%86.67%-
XYZ38.3323.8530.6-
YUV132.26136.89191.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 84 (33.20% from 255) = 18.54%
BLUE value IS 148 (58.20% from 255) = 32.67%
R=48.79%
G=18.54%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218414800.620.330.13331.9766.8359.8
HexDD549403E21D14c433c
Octal335124224076411551410374
Binary11011101101010010010100011111010000111011010011001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5494; }

 p { color: rgb(221,84,148); }

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

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

 a { background-color: rgb(221,84,148); }

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

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

 span { border-color: rgb(221,84,148); }

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