#DD5784

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

Shades of Dark Pink #DD5784

Tints of Dark Pink #DD5784

Color information

#DD5784 (or 0xDD5784) is unknown color: approx Dark Pink. HEX triplet: DD, 57 and 84. RGB value is (221,87,132). Sum of RGB (Red+Green+Blue) = 221+87+132=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5784 is #22A87B. Grayscale: #848484. Windows color (decimal): -2271356 or 8673245. OLE color: 8673245.

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

Color convert

RGB22187132-
CMYK00.610.400.13
HSL339.85º66.34%60.39%-
HSV(B)339.85º60.63%86.67%-
XYZ37.3923.8524.46-
YUV132.2127.89191.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.23%
GREEN value IS 87 (34.38% from 255) = 19.77%
BLUE value IS 132 (51.95% from 255) = 30%
R=50.23%
G=19.77%
B=30%

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
Decimal2218713200.610.400.13339.8566.3460.39
HexDD578403D28D154423c
Octal335127204075501552410274
Binary11011101101011110000100011110110100011011010101001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5784; }

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

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

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

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

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

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

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

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