#DD5D8A

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

Shades of Dark Pink #DD5D8A

Tints of Dark Pink #DD5D8A

Color information

#DD5D8A (or 0xDD5D8A) is unknown color: approx Dark Pink. HEX triplet: DD, 5D and 8A. RGB value is (221,93,138). Sum of RGB (Red+Green+Blue) = 221+93+138=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5D8A is #22A275. Grayscale: #888888. Windows color (decimal): -2269814 or 9067997. OLE color: 9067997.

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

Color convert

RGB22193138-
CMYK00.580.380.13
HSL338.91º65.31%61.57%-
HSV(B)338.91º57.92%86.67%-
XYZ38.3225.0426.86-
YUV136.4128.91188.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.89%
GREEN value IS 93 (36.72% from 255) = 20.58%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=48.89%
G=20.58%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219313800.580.380.13338.9165.3161.57
HexDD5D8A03A26D153413e
Octal335135212072461552310176
Binary11011101101110110001010011101010011011011010100111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5D8A; }

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

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

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

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

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

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

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

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