#DF7388

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

Shades of Deep Blush #DF7388

Tints of Deep Blush #DF7388

Color information

#DF7388 (or 0xDF7388) is unknown color: approx Deep Blush. HEX triplet: DF, 73 and 88. RGB value is (223,115,136). Sum of RGB (Red+Green+Blue) = 223+115+136=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7388 is #208C77. Grayscale: #959595. Windows color (decimal): -2133112 or 8942559. OLE color: 8942559.

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

Color convert

RGB223115136-
CMYK00.480.390.13
HSL348.33º62.79%66.27%-
HSV(B)348.33º48.43%87.45%-
XYZ41.0129.7326.87-
YUV149.69120.28180.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.05%
GREEN value IS 115 (45.31% from 255) = 24.26%
BLUE value IS 136 (53.52% from 255) = 28.69%
R=47.05%
G=24.26%
B=28.69%

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
Decimal22311513600.480.390.13348.3362.7966.27
HexDF738803027D15c3f42
Octal337163210060471553477102
Binary11011111111001110001000011000010011111011010111001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7388; }

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

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

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

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

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

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

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

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