#DF6387

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

Shades of Deep Blush #DF6387

Tints of Deep Blush #DF6387

Color information

#DF6387 (or 0xDF6387) is unknown color: approx Deep Blush. HEX triplet: DF, 63 and 87. RGB value is (223,99,135). Sum of RGB (Red+Green+Blue) = 223+99+135=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6387 is #209C78. Grayscale: #8C8C8C. Windows color (decimal): -2137209 or 8872927. OLE color: 8872927.

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

Color convert

RGB22399135-
CMYK00.560.390.13
HSL342.58º65.96%63.14%-
HSV(B)342.58º55.61%87.45%-
XYZ39.2726.3625.94-
YUV140.18125.08187.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.80%
GREEN value IS 99 (39.06% from 255) = 21.66%
BLUE value IS 135 (53.12% from 255) = 29.54%
R=48.80%
G=21.66%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239913500.560.390.13342.5865.9663.14
HexDF638703827D157423f
Octal337143207070471552710277
Binary11011111110001110000111011100010011111011010101111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6387; }

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

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

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

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

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

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

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

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