#df7285

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

Shades of Deep Blush #DF7285

Tints of Deep Blush #DF7285

Color information

#DF7285 (or 0xDF7285) is unknown color: approx Deep Blush. HEX triplet: DF, 72 and 85. RGB value is (223,114,133). Sum of RGB (Red+Green+Blue) = 223+114+133=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7285 is #208D7A. Grayscale: #949494. Windows color (decimal): -2133371 or 8745695. OLE color: 8745695.

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

Color convert

RGB223114133-
CMYK00.490.400.13
HSL349.54º63.01%66.08%-
HSV(B)349.54º48.88%87.45%-
XYZ40.6829.4225.72-
YUV148.76119.11180.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.45%
GREEN value IS 114 (44.92% from 255) = 24.26%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=47.45%
G=24.26%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311413300.490.400.13349.5463.0166.08
HexDF728503128D15e3f42
Octal337162205061501553677102
Binary11011111111001010000101011000110100011011010111101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df7285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df7285; }

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

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

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

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

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

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

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

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