#DD558C

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

Shades of Dark Pink #DD558C

Tints of Dark Pink #DD558C

Color information

#DD558C (or 0xDD558C) is unknown color: approx Dark Pink. HEX triplet: DD, 55 and 8C. RGB value is (221,85,140). Sum of RGB (Red+Green+Blue) = 221+85+140=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD558C is #22AA73. Grayscale: #838383. Windows color (decimal): -2271860 or 9197021. OLE color: 9197021.

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

Color convert

RGB22185140-
CMYK00.620.370.13
HSL335.74º66.67%60%-
HSV(B)335.74º61.54%86.67%-
XYZ37.823.7627.41-
YUV131.93132.56191.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.55%
GREEN value IS 85 (33.59% from 255) = 19.06%
BLUE value IS 140 (55.08% from 255) = 31.39%
R=49.55%
G=19.06%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218514000.620.370.13335.7466.6760
HexDD558C03E25D150433c
Octal335125214076451552010374
Binary11011101101010110001100011111010010111011010100001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD558C; }

 p { color: rgb(221,85,140); }

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

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

 a { background-color: rgb(221,85,140); }

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

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

 span { border-color: rgb(221,85,140); }

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