#DF5597

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

Shades of Dark Pink #DF5597

Tints of Dark Pink #DF5597

Color information

#DF5597 (or 0xDF5597) is unknown color: approx Dark Pink. HEX triplet: DF, 55 and 97. RGB value is (223,85,151). Sum of RGB (Red+Green+Blue) = 223+85+151=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5597 is #20AA68. Grayscale: #858585. Windows color (decimal): -2140777 or 9917919. OLE color: 9917919.

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

Color convert

RGB22385151-
CMYK00.620.320.13
HSL331.3º68.32%60.39%-
HSV(B)331.3º61.88%87.45%-
XYZ39.2724.4231.92-
YUV133.79137.72191.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.58%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=48.58%
G=18.52%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238515100.620.320.13331.368.3260.39
HexDF559703E20D14b443c
Octal337125227076401551310474
Binary11011111101010110010111011111010000011011010010111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5597; }

 p { color: rgb(223,85,151); }

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

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

 a { background-color: rgb(223,85,151); }

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

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

 span { border-color: rgb(223,85,151); }

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