#dd548d

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

Shades of Dark Pink #DD548D

Tints of Dark Pink #DD548D

Color information

#DD548D (or 0xDD548D) is unknown color: approx Dark Pink. HEX triplet: DD, 54 and 8D. RGB value is (221,84,141). Sum of RGB (Red+Green+Blue) = 221+84+141=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD548D is #22AB72. Grayscale: #838383. Windows color (decimal): -2272115 or 9262301. OLE color: 9262301.

HSL color Cylindrical-coordinate representation of color #DD548D: hue angle of 335.04º 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 #DD548D is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB22184141-
CMYK00.620.360.13
HSL335.04º66.83%59.8%-
HSV(B)335.04º61.99%86.67%-
XYZ37.823.6427.77-
YUV131.46133.39191.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.55%
GREEN value IS 84 (33.20% from 255) = 18.83%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=49.55%
G=18.83%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218414100.620.360.13335.0466.8359.8
HexDD548D03E24D14f433c
Octal335124215076441551710374
Binary11011101101010010001101011111010010011011010011111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd548d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd548d; }

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

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

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

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

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

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

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

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