#DF6885

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

Shades of Deep Blush #DF6885

Tints of Deep Blush #DF6885

Color information

#DF6885 (or 0xDF6885) is unknown color: approx Deep Blush. HEX triplet: DF, 68 and 85. RGB value is (223,104,133). Sum of RGB (Red+Green+Blue) = 223+104+133=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6885 is #20977A. Grayscale: #8E8E8E. Windows color (decimal): -2135931 or 8743135. OLE color: 8743135.

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

Color convert

RGB223104133-
CMYK00.530.400.13
HSL345.38º65.03%64.12%-
HSV(B)345.38º53.36%87.45%-
XYZ39.6227.2825.37-
YUV142.89122.42185.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.48%
GREEN value IS 104 (41.02% from 255) = 22.61%
BLUE value IS 133 (52.34% from 255) = 28.91%
R=48.48%
G=22.61%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310413300.530.400.13345.3865.0364.12
HexDF688503528D1594140
Octal3371502050655015531101100
Binary110111111101000100001010110101101000110110101100110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6885; }

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

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

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

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

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

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

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

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