#DD5685

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

Shades of Dark Pink #DD5685

Tints of Dark Pink #DD5685

Color information

#DD5685 (or 0xDD5685) is unknown color: approx Dark Pink. HEX triplet: DD, 56 and 85. RGB value is (221,86,133). Sum of RGB (Red+Green+Blue) = 221+86+133=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5685 is #22A97A. Grayscale: #838383. Windows color (decimal): -2271611 or 8738525. OLE color: 8738525.

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

Color convert

RGB22186133-
CMYK00.610.400.13
HSL339.11º66.5%60.2%-
HSV(B)339.11º61.09%86.67%-
XYZ37.3823.7224.8-
YUV131.72128.73191.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.23%
GREEN value IS 86 (33.98% from 255) = 19.55%
BLUE value IS 133 (52.34% from 255) = 30.23%
R=50.23%
G=19.55%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218613300.610.400.13339.1166.560.2
HexDD568503D28D153433c
Octal335126205075501552310374
Binary11011101101011010000101011110110100011011010100111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5685; }

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

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

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

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

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

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

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

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