#DF5282

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

Shades of Dark Pink #DF5282

Tints of Dark Pink #DF5282

Color information

#DF5282 (or 0xDF5282) is unknown color: approx Dark Pink. HEX triplet: DF, 52 and 82. RGB value is (223,82,130). Sum of RGB (Red+Green+Blue) = 223+82+130=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5282 is #20AD7D. Grayscale: #818181. Windows color (decimal): -2141566 or 8540895. OLE color: 8540895.

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

Color convert

RGB22382130-
CMYK00.630.420.13
HSL339.57º68.78%59.8%-
HSV(B)339.57º63.23%87.45%-
XYZ37.4823.3323.65-
YUV129.63128.21194.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.26%
GREEN value IS 82 (32.42% from 255) = 18.85%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=51.26%
G=18.85%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238213000.630.420.13339.5768.7859.8
HexDF528203F2AD154453c
Octal337122202077521552410574
Binary11011111101001010000010011111110101011011010101001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5282; }

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

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

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

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

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

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

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

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