#DD548A

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

Shades of Dark Pink #DD548A

Tints of Dark Pink #DD548A

Color information

#DD548A (or 0xDD548A) is unknown color: approx Dark Pink. HEX triplet: DD, 54 and 8A. RGB value is (221,84,138). Sum of RGB (Red+Green+Blue) = 221+84+138=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD548A is #22AB75. Grayscale: #838383. Windows color (decimal): -2272118 or 9065693. OLE color: 9065693.

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

Color convert

RGB22184138-
CMYK00.620.380.13
HSL336.35º66.83%59.8%-
HSV(B)336.35º61.99%86.67%-
XYZ37.5823.5526.61-
YUV131.12131.89192.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 84 (33.20% from 255) = 18.96%
BLUE value IS 138 (54.30% from 255) = 31.15%
R=49.89%
G=18.96%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218413800.620.380.13336.3566.8359.8
HexDD548A03E26D150433c
Octal335124212076461552010374
Binary11011101101010010001010011111010011011011010100001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD548A; }

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

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

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

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

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

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

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

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