#DD5686

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

Shades of Dark Pink #DD5686

Tints of Dark Pink #DD5686

Color information

#DD5686 (or 0xDD5686) is unknown color: approx Dark Pink. HEX triplet: DD, 56 and 86. RGB value is (221,86,134). Sum of RGB (Red+Green+Blue) = 221+86+134=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5686 is #22A979. Grayscale: #838383. Windows color (decimal): -2271610 or 8804061. OLE color: 8804061.

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

Color convert

RGB22186134-
CMYK00.610.390.13
HSL338.67º66.5%60.2%-
HSV(B)338.67º61.09%86.67%-
XYZ37.4523.7525.16-
YUV131.84129.23191.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.11%
GREEN value IS 86 (33.98% from 255) = 19.50%
BLUE value IS 134 (52.73% from 255) = 30.39%
R=50.11%
G=19.50%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218613400.610.390.13338.6766.560.2
HexDD568603D27D153433c
Octal335126206075471552310374
Binary11011101101011010000110011110110011111011010100111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5686; }

 p { color: rgb(221,86,134); }

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

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

 a { background-color: rgb(221,86,134); }

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

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

 span { border-color: rgb(221,86,134); }

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