#DF7584

Color #DF7584 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #DF7584

Tints of Deep Blush #DF7584

Color information

#DF7584 (or 0xDF7584) is unknown color: approx Deep Blush. HEX triplet: DF, 75 and 84. RGB value is (223,117,132). Sum of RGB (Red+Green+Blue) = 223+117+132=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7584 is #208A7B. Grayscale: #969696. Windows color (decimal): -2132604 or 8680927. OLE color: 8680927.

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

Color convert

RGB223117132-
CMYK00.480.410.13
HSL351.51º62.35%66.67%-
HSV(B)351.51º47.53%87.45%-
XYZ40.9630.0825.48-
YUV150.4117.62179.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.25%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 132 (51.95% from 255) = 27.97%
R=47.25%
G=24.79%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311713200.480.410.13351.5162.3566.67
HexDF758403029D1603e43
Octal337165204060511554076103
Binary11011111111010110000100011000010100111011011000001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7584; }

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

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

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

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

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

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

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

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