#DF5697

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

Shades of Dark Pink #DF5697

Tints of Dark Pink #DF5697

Color information

#DF5697 (or 0xDF5697) is unknown color: approx Dark Pink. HEX triplet: DF, 56 and 97. RGB value is (223,86,151). Sum of RGB (Red+Green+Blue) = 223+86+151=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 151 (59.38% from 255 or 32.83% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5697 is #20A968. Grayscale: #868686. Windows color (decimal): -2140521 or 9918175. OLE color: 9918175.

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

Color convert

RGB22386151-
CMYK00.610.320.13
HSL331.53º68.16%60.59%-
HSV(B)331.53º61.43%87.45%-
XYZ39.3524.5831.95-
YUV134.37137.39191.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.48%
GREEN value IS 86 (33.98% from 255) = 18.70%
BLUE value IS 151 (59.38% from 255) = 32.83%
R=48.48%
G=18.70%
B=32.83%

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
Decimal2238615100.610.320.13331.5368.1660.59
HexDF569703D20D14c443d
Octal337126227075401551410475
Binary11011111101011010010111011110110000011011010011001000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5697; }

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

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

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

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

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

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

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

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