#DD5D8C

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

Shades of Dark Pink #DD5D8C

Tints of Dark Pink #DD5D8C

Color information

#DD5D8C (or 0xDD5D8C) is unknown color: approx Dark Pink. HEX triplet: DD, 5D and 8C. RGB value is (221,93,140). Sum of RGB (Red+Green+Blue) = 221+93+140=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5D8C is #22A273. Grayscale: #888888. Windows color (decimal): -2269812 or 9199069. OLE color: 9199069.

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

Color convert

RGB22193140-
CMYK00.580.370.13
HSL337.97º65.31%61.57%-
HSV(B)337.97º57.92%86.67%-
XYZ38.4725.0927.63-
YUV136.63129.91188.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 93 (36.72% from 255) = 20.48%
BLUE value IS 140 (55.08% from 255) = 30.84%
R=48.68%
G=20.48%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219314000.580.370.13337.9765.3161.57
HexDD5D8C03A25D152413e
Octal335135214072451552210176
Binary11011101101110110001100011101010010111011010100101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5D8C; }

 p { color: rgb(221,93,140); }

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

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

 a { background-color: rgb(221,93,140); }

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

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

 span { border-color: rgb(221,93,140); }

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