#DF548E

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

Shades of Dark Pink #DF548E

Tints of Dark Pink #DF548E

Color information

#DF548E (or 0xDF548E) is unknown color: approx Dark Pink. HEX triplet: DF, 54 and 8E. RGB value is (223,84,142). Sum of RGB (Red+Green+Blue) = 223+84+142=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF548E is #20AB71. Grayscale: #848484. Windows color (decimal): -2141042 or 9327839. OLE color: 9327839.

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

Color convert

RGB22384142-
CMYK00.620.360.13
HSL334.96º68.47%60.2%-
HSV(B)334.96º62.33%87.45%-
XYZ38.4823.9828.19-
YUV132.17133.55192.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.67%
GREEN value IS 84 (33.20% from 255) = 18.71%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=49.67%
G=18.71%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238414200.620.360.13334.9668.4760.2
HexDF548E03E24D14f443c
Octal337124216076441551710474
Binary11011111101010010001110011111010010011011010011111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF548E; }

 p { color: rgb(223,84,142); }

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

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

 a { background-color: rgb(223,84,142); }

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

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

 span { border-color: rgb(223,84,142); }

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