#DD5390

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

Shades of Dark Pink #DD5390

Tints of Dark Pink #DD5390

Color information

#DD5390 (or 0xDD5390) is unknown color: approx Dark Pink. HEX triplet: DD, 53 and 90. RGB value is (221,83,144). Sum of RGB (Red+Green+Blue) = 221+83+144=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5390 is #22AC6F. Grayscale: #838383. Windows color (decimal): -2272368 or 9458653. OLE color: 9458653.

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

Color convert

RGB22183144-
CMYK00.620.350.13
HSL333.48º66.99%59.61%-
HSV(B)333.48º62.44%86.67%-
XYZ37.9523.5728.94-
YUV131.22135.22192.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.33%
GREEN value IS 83 (32.81% from 255) = 18.53%
BLUE value IS 144 (56.64% from 255) = 32.14%
R=49.33%
G=18.53%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218314400.620.350.13333.4866.9959.61
HexDD539003E23D14d433c
Octal335123220076431551510374
Binary11011101101001110010000011111010001111011010011011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5390; }

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

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

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

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

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

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

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

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