#df5295

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

Shades of Dark Pink #DF5295

Tints of Dark Pink #DF5295

Color information

#DF5295 (or 0xDF5295) is unknown color: approx Dark Pink. HEX triplet: DF, 52 and 95. RGB value is (223,82,149). Sum of RGB (Red+Green+Blue) = 223+82+149=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5295 is #20AD6A. Grayscale: #838383. Windows color (decimal): -2141547 or 9786079. OLE color: 9786079.

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

Color convert

RGB22382149-
CMYK00.630.330.13
HSL331.49º68.78%59.8%-
HSV(B)331.49º63.23%87.45%-
XYZ38.8723.8931-
YUV131.8137.71193.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.12%
GREEN value IS 82 (32.42% from 255) = 18.06%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=49.12%
G=18.06%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238214900.630.330.13331.4968.7859.8
HexDF529503F21D14b453c
Octal337122225077411551310574
Binary11011111101001010010101011111110000111011010010111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df5295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df5295; }

 p { color: rgb(223,82,149); }

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

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

 a { background-color: rgb(223,82,149); }

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

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

 span { border-color: rgb(223,82,149); }

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