#DF5698

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

Shades of Dark Pink #DF5698

Tints of Dark Pink #DF5698

Color information

#DF5698 (or 0xDF5698) is unknown color: approx Dark Pink. HEX triplet: DF, 56 and 98. RGB value is (223,86,152). Sum of RGB (Red+Green+Blue) = 223+86+152=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5698 is #20A967. Grayscale: #868686. Windows color (decimal): -2140520 or 9983711. OLE color: 9983711.

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

Color convert

RGB22386152-
CMYK00.610.320.13
HSL331.09º68.16%60.59%-
HSV(B)331.09º61.43%87.45%-
XYZ39.4324.6132.38-
YUV134.49137.89191.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.37%
GREEN value IS 86 (33.98% from 255) = 18.66%
BLUE value IS 152 (59.77% from 255) = 32.97%
R=48.37%
G=18.66%
B=32.97%

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
Decimal2238615200.610.320.13331.0968.1660.59
HexDF569803D20D14b443d
Octal337126230075401551310475
Binary11011111101011010011000011110110000011011010010111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5698; }

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

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

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

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

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

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

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

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