#DD548E

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

Shades of Dark Pink #DD548E

Tints of Dark Pink #DD548E

Color information

#DD548E (or 0xDD548E) is unknown color: approx Dark Pink. HEX triplet: DD, 54 and 8E. RGB value is (221,84,142). Sum of RGB (Red+Green+Blue) = 221+84+142=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD548E is #22AB71. Grayscale: #838383. Windows color (decimal): -2272114 or 9327837. OLE color: 9327837.

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

Color convert

RGB22184142-
CMYK00.620.360.13
HSL334.6º66.83%59.8%-
HSV(B)334.6º61.99%86.67%-
XYZ37.8723.6728.16-
YUV131.57133.89191.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.44%
GREEN value IS 84 (33.20% from 255) = 18.79%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=49.44%
G=18.79%
B=31.77%

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
Decimal2218414200.620.360.13334.666.8359.8
HexDD548E03E24D14f433c
Octal335124216076441551710374
Binary11011101101010010001110011111010010011011010011111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD548E; }

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

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

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

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

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

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

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

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