#DF5484

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

Shades of Dark Pink #DF5484

Tints of Dark Pink #DF5484

Color information

#DF5484 (or 0xDF5484) is unknown color: approx Dark Pink. HEX triplet: DF, 54 and 84. RGB value is (223,84,132). Sum of RGB (Red+Green+Blue) = 223+84+132=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5484 is #20AB7B. Grayscale: #828282. Windows color (decimal): -2141052 or 8672479. OLE color: 8672479.

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

Color convert

RGB22384132-
CMYK00.620.410.13
HSL339.28º68.47%60.2%-
HSV(B)339.28º62.33%87.45%-
XYZ37.7723.6924.41-
YUV131.03128.55193.6-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.80%
GREEN value IS 84 (33.20% from 255) = 19.13%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=50.80%
G=19.13%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238413200.620.410.13339.2868.4760.2
HexDF548403E29D153443c
Octal337124204076511552310474
Binary11011111101010010000100011111010100111011010100111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5484; }

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

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

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

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

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

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

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

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