#dd5696

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

Shades of Dark Pink #DD5696

Tints of Dark Pink #DD5696

Color information

#DD5696 (or 0xDD5696) is unknown color: approx Dark Pink. HEX triplet: DD, 56 and 96. RGB value is (221,86,150). Sum of RGB (Red+Green+Blue) = 221+86+150=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5696 is #22A969. Grayscale: #858585. Windows color (decimal): -2271594 or 9852637. OLE color: 9852637.

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

Color convert

RGB22186150-
CMYK00.610.320.13
HSL331.56º66.5%60.2%-
HSV(B)331.56º61.09%86.67%-
XYZ38.6524.2331.49-
YUV133.66137.23190.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 86 (33.98% from 255) = 18.82%
BLUE value IS 150 (58.98% from 255) = 32.82%
R=48.36%
G=18.82%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218615000.610.320.13331.5666.560.2
HexDD569603D20D14c433c
Octal335126226075401551410374
Binary11011101101011010010110011110110000011011010011001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd5696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd5696; }

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

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

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

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

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

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

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

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