#DF5285

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

Shades of Dark Pink #DF5285

Tints of Dark Pink #DF5285

Color information

#DF5285 (or 0xDF5285) is unknown color: approx Dark Pink. HEX triplet: DF, 52 and 85. RGB value is (223,82,133). Sum of RGB (Red+Green+Blue) = 223+82+133=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5285 is #20AD7A. Grayscale: #818181. Windows color (decimal): -2141563 or 8737503. OLE color: 8737503.

HSL color Cylindrical-coordinate representation of color #DF5285: hue angle of 338.3º 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 #DF5285 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB22382133-
CMYK00.630.400.13
HSL338.3º68.78%59.8%-
HSV(B)338.3º63.23%87.45%-
XYZ37.6823.4224.72-
YUV129.97129.71194.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.91%
GREEN value IS 82 (32.42% from 255) = 18.72%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=50.91%
G=18.72%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238213300.630.400.13338.368.7859.8
HexDF528503F28D152453c
Octal337122205077501552210574
Binary11011111101001010000101011111110100011011010100101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5285; }

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

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

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

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

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

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

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

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