#DD5384

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

Shades of Dark Pink #DD5384

Tints of Dark Pink #DD5384

Color information

#DD5384 (or 0xDD5384) is unknown color: approx Dark Pink. HEX triplet: DD, 53 and 84. RGB value is (221,83,132). Sum of RGB (Red+Green+Blue) = 221+83+132=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5384 is #22AC7B. Grayscale: #818181. Windows color (decimal): -2272380 or 8672221. OLE color: 8672221.

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

Color convert

RGB22183132-
CMYK00.620.400.13
HSL338.7º66.99%59.61%-
HSV(B)338.7º62.44%86.67%-
XYZ37.0823.2224.36-
YUV129.85129.22193.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.69%
GREEN value IS 83 (32.81% from 255) = 19.04%
BLUE value IS 132 (51.95% from 255) = 30.28%
R=50.69%
G=19.04%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218313200.620.400.13338.766.9959.61
HexDD538403E28D153433c
Octal335123204076501552310374
Binary11011101101001110000100011111010100011011010100111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5384; }

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

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

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

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

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

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

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

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