#DF5F7C

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

Shades of Dark Pink #DF5F7C

Tints of Dark Pink #DF5F7C

Color information

#DF5F7C (or 0xDF5F7C) is unknown color: approx Dark Pink. HEX triplet: DF, 5F and 7C. RGB value is (223,95,124). Sum of RGB (Red+Green+Blue) = 223+95+124=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5F7C is #20A083. Grayscale: #888888. Windows color (decimal): -2138244 or 8151007. OLE color: 8151007.

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

Color convert

RGB22395124-
CMYK00.570.440.13
HSL346.41º66.67%62.35%-
HSV(B)346.41º57.4%87.45%-
XYZ38.1625.3321.95-
YUV136.58120.91189.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.45%
GREEN value IS 95 (37.5% from 255) = 21.49%
BLUE value IS 124 (48.83% from 255) = 28.05%
R=50.45%
G=21.49%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239512400.570.440.13346.4166.6762.35
HexDF5F7C0392CD15a433e
Octal337137174071541553210376
Binary1101111110111111111100011100110110011011010110101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5F7C; }

 p { color: rgb(223,95,124); }

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

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

 a { background-color: rgb(223,95,124); }

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

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

 span { border-color: rgb(223,95,124); }

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