#dd5a84

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

Shades of Dark Pink #DD5A84

Tints of Dark Pink #DD5A84

Color information

#DD5A84 (or 0xDD5A84) is unknown color: approx Dark Pink. HEX triplet: DD, 5A and 84. RGB value is (221,90,132). Sum of RGB (Red+Green+Blue) = 221+90+132=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5A84 is #22A57B. Grayscale: #858585. Windows color (decimal): -2270588 or 8674013. OLE color: 8674013.

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

Color convert

RGB22190132-
CMYK00.590.400.13
HSL340.76º65.83%60.98%-
HSV(B)340.76º59.28%86.67%-
XYZ37.6424.3524.55-
YUV133.96126.9190.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 90 (35.55% from 255) = 20.32%
BLUE value IS 132 (51.95% from 255) = 29.80%
R=49.89%
G=20.32%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219013200.590.400.13340.7665.8360.98
HexDD5A8403B28D155423d
Octal335132204073501552510275
Binary11011101101101010000100011101110100011011010101011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd5a84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd5a84; }

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

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

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

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

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

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

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

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