#DD5984

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

Shades of Dark Pink #DD5984

Tints of Dark Pink #DD5984

Color information

#DD5984 (or 0xDD5984) is unknown color: approx Dark Pink. HEX triplet: DD, 59 and 84. RGB value is (221,89,132). Sum of RGB (Red+Green+Blue) = 221+89+132=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5984 is #22A67B. Grayscale: #858585. Windows color (decimal): -2270844 or 8673757. OLE color: 8673757.

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

Color convert

RGB22189132-
CMYK00.600.400.13
HSL340.45º66%60.78%-
HSV(B)340.45º59.73%86.67%-
XYZ37.5624.1824.52-
YUV133.37127.23190.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50%
GREEN value IS 89 (35.16% from 255) = 20.14%
BLUE value IS 132 (51.95% from 255) = 29.86%
R=50%
G=20.14%
B=29.86%

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
Decimal2218913200.600.400.13340.456660.78
HexDD598403C28D154423d
Octal335131204074501552410275
Binary11011101101100110000100011110010100011011010101001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5984; }

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

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

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

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

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

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

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

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