#DD5688

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

Shades of Dark Pink #DD5688

Tints of Dark Pink #DD5688

Color information

#DD5688 (or 0xDD5688) is unknown color: approx Dark Pink. HEX triplet: DD, 56 and 88. RGB value is (221,86,136). Sum of RGB (Red+Green+Blue) = 221+86+136=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5688 is #22A977. Grayscale: #848484. Windows color (decimal): -2271608 or 8935133. OLE color: 8935133.

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

Color convert

RGB22186136-
CMYK00.610.380.13
HSL337.78º66.5%60.2%-
HSV(B)337.78º61.09%86.67%-
XYZ37.5923.8125.91-
YUV132.06130.23191.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 86 (33.98% from 255) = 19.41%
BLUE value IS 136 (53.52% from 255) = 30.70%
R=49.89%
G=19.41%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218613600.610.380.13337.7866.560.2
HexDD568803D26D152433c
Octal335126210075461552210374
Binary11011101101011010001000011110110011011011010100101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5688; }

 p { color: rgb(221,86,136); }

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

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

 a { background-color: rgb(221,86,136); }

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

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

 span { border-color: rgb(221,86,136); }

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