#DF5B7F

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

Shades of Dark Pink #DF5B7F

Tints of Dark Pink #DF5B7F

Color information

#DF5B7F (or 0xDF5B7F) is unknown color: approx Dark Pink. HEX triplet: DF, 5B and 7F. RGB value is (223,91,127). Sum of RGB (Red+Green+Blue) = 223+91+127=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5B7F is #20A480. Grayscale: #868686. Windows color (decimal): -2139265 or 8346591. OLE color: 8346591.

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

Color convert

RGB22391127-
CMYK00.590.430.13
HSL343.64º67.35%61.57%-
HSV(B)343.64º59.19%87.45%-
XYZ3824.722.84-
YUV134.57123.73191.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.57%
GREEN value IS 91 (35.94% from 255) = 20.63%
BLUE value IS 127 (50% from 255) = 28.80%
R=50.57%
G=20.63%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239112700.590.430.13343.6467.3561.57
HexDF5B7F03B2BD158433e
Octal337133177073531553010376
Binary1101111110110111111111011101110101111011010110001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5B7F; }

 p { color: rgb(223,91,127); }

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

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

 a { background-color: rgb(223,91,127); }

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

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

 span { border-color: rgb(223,91,127); }

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