#DD5990

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

Shades of Dark Pink #DD5990

Tints of Dark Pink #DD5990

Color information

#DD5990 (or 0xDD5990) is unknown color: approx Dark Pink. HEX triplet: DD, 59 and 90. RGB value is (221,89,144). Sum of RGB (Red+Green+Blue) = 221+89+144=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5990 is #22A66F. Grayscale: #868686. Windows color (decimal): -2270832 or 9460189. OLE color: 9460189.

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

Color convert

RGB22189144-
CMYK00.600.350.13
HSL335º66%60.78%-
HSV(B)335º59.73%86.67%-
XYZ38.4324.5329.1-
YUV134.74133.23189.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 89 (35.16% from 255) = 19.60%
BLUE value IS 144 (56.64% from 255) = 31.72%
R=48.68%
G=19.60%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218914400.600.350.133356660.78
HexDD599003C23D14f423d
Octal335131220074431551710275
Binary11011101101100110010000011110010001111011010011111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5990; }

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

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

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

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

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

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

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

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