#DD5985

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

Shades of Dark Pink #DD5985

Tints of Dark Pink #DD5985

Color information

#DD5985 (or 0xDD5985) is unknown color: approx Dark Pink. HEX triplet: DD, 59 and 85. RGB value is (221,89,133). Sum of RGB (Red+Green+Blue) = 221+89+133=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5985 is #22A67A. Grayscale: #858585. Windows color (decimal): -2270843 or 8739293. OLE color: 8739293.

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

Color convert

RGB22189133-
CMYK00.600.400.13
HSL340º66%60.78%-
HSV(B)340º59.73%86.67%-
XYZ37.6224.2124.88-
YUV133.48127.73190.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 89 (35.16% from 255) = 20.09%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=49.89%
G=20.09%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218913300.600.400.133406660.78
HexDD598503C28D154423d
Octal335131205074501552410275
Binary11011101101100110000101011110010100011011010101001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5985; }

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

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

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

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

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

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

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

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