#DF7387

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

Shades of Deep Blush #DF7387

Tints of Deep Blush #DF7387

Color information

#DF7387 (or 0xDF7387) is unknown color: approx Deep Blush. HEX triplet: DF, 73 and 87. RGB value is (223,115,135). Sum of RGB (Red+Green+Blue) = 223+115+135=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7387 is #208C78. Grayscale: #959595. Windows color (decimal): -2133113 or 8877023. OLE color: 8877023.

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

Color convert

RGB223115135-
CMYK00.480.390.13
HSL348.89º62.79%66.27%-
HSV(B)348.89º48.43%87.45%-
XYZ40.9429.726.5-
YUV149.57119.78180.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.15%
GREEN value IS 115 (45.31% from 255) = 24.31%
BLUE value IS 135 (53.12% from 255) = 28.54%
R=47.15%
G=24.31%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311513500.480.390.13348.8962.7966.27
HexDF738703027D15d3f42
Octal337163207060471553577102
Binary11011111111001110000111011000010011111011010111011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7387; }

 p { color: rgb(223,115,135); }

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

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

 a { background-color: rgb(223,115,135); }

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

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

 span { border-color: rgb(223,115,135); }

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