#DF6186

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

Shades of Deep Blush #DF6186

Tints of Deep Blush #DF6186

Color information

#DF6186 (or 0xDF6186) is unknown color: approx Deep Blush. HEX triplet: DF, 61 and 86. RGB value is (223,97,134). Sum of RGB (Red+Green+Blue) = 223+97+134=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6186 is #209E79. Grayscale: #8A8A8A. Windows color (decimal): -2137722 or 8806879. OLE color: 8806879.

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

Color convert

RGB22397134-
CMYK00.570.400.13
HSL342.38º66.32%62.75%-
HSV(B)342.38º56.5%87.45%-
XYZ39.0125.9625.51-
YUV138.89125.24187.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.12%
GREEN value IS 97 (38.28% from 255) = 21.37%
BLUE value IS 134 (52.73% from 255) = 29.52%
R=49.12%
G=21.37%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239713400.570.400.13342.3866.3262.75
HexDF618603928D156423f
Octal337141206071501552610277
Binary11011111110000110000110011100110100011011010101101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6186; }

 p { color: rgb(223,97,134); }

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

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

 a { background-color: rgb(223,97,134); }

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

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

 span { border-color: rgb(223,97,134); }

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