#DF6280

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

Shades of Dark Pink #DF6280

Tints of Dark Pink #DF6280

Color information

#DF6280 (or 0xDF6280) is unknown color: approx Dark Pink. HEX triplet: DF, 62 and 80. RGB value is (223,98,128). Sum of RGB (Red+Green+Blue) = 223+98+128=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6280 is #209D7F. Grayscale: #8A8A8A. Windows color (decimal): -2137472 or 8413919. OLE color: 8413919.

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

Color convert

RGB22398128-
CMYK00.560.430.13
HSL345.6º66.14%62.94%-
HSV(B)345.6º56.05%87.45%-
XYZ38.725.9823.4-
YUV138.79121.91188.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.67%
GREEN value IS 98 (38.67% from 255) = 21.83%
BLUE value IS 128 (50.39% from 255) = 28.51%
R=49.67%
G=21.83%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239812800.560.430.13345.666.1462.94
HexDF62800382BD15a423f
Octal337142200070531553210277
Binary11011111110001010000000011100010101111011010110101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6280; }

 p { color: rgb(223,98,128); }

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

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

 a { background-color: rgb(223,98,128); }

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

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

 span { border-color: rgb(223,98,128); }

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