#DF6883

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

Shades of Deep Blush #DF6883

Tints of Deep Blush #DF6883

Color information

#DF6883 (or 0xDF6883) is unknown color: approx Deep Blush. HEX triplet: DF, 68 and 83. RGB value is (223,104,131). Sum of RGB (Red+Green+Blue) = 223+104+131=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6883 is #20977C. Grayscale: #8E8E8E. Windows color (decimal): -2135933 or 8612063. OLE color: 8612063.

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

Color convert

RGB223104131-
CMYK00.530.410.13
HSL346.39º65.03%64.12%-
HSV(B)346.39º53.36%87.45%-
XYZ39.4827.2324.65-
YUV142.66121.42185.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.69%
GREEN value IS 104 (41.02% from 255) = 22.71%
BLUE value IS 131 (51.56% from 255) = 28.60%
R=48.69%
G=22.71%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310413100.530.410.13346.3965.0364.12
HexDF688303529D15a4140
Octal3371502030655115532101100
Binary110111111101000100000110110101101001110110101101010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6883; }

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

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

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

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

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

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

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

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