#DD5F84

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

Shades of Dark Pink #DD5F84

Tints of Dark Pink #DD5F84

Color information

#DD5F84 (or 0xDD5F84) is unknown color: approx Dark Pink. HEX triplet: DD, 5F and 84. RGB value is (221,95,132). Sum of RGB (Red+Green+Blue) = 221+95+132=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5F84 is #22A07B. Grayscale: #888888. Windows color (decimal): -2269308 or 8675293. OLE color: 8675293.

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

Color convert

RGB22195132-
CMYK00.570.400.13
HSL342.38º64.95%61.96%-
HSV(B)342.38º57.01%86.67%-
XYZ38.0825.2224.69-
YUV136.89125.24187.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.33%
GREEN value IS 95 (37.5% from 255) = 21.21%
BLUE value IS 132 (51.95% from 255) = 29.46%
R=49.33%
G=21.21%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219513200.570.400.13342.3864.9561.96
HexDD5F8403928D156413e
Octal335137204071501552610176
Binary11011101101111110000100011100110100011011010101101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5F84; }

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

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

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

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

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

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

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

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