#DF6581

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

Shades of Deep Blush #DF6581

Tints of Deep Blush #DF6581

Color information

#DF6581 (or 0xDF6581) is unknown color: approx Deep Blush. HEX triplet: DF, 65 and 81. RGB value is (223,101,129). Sum of RGB (Red+Green+Blue) = 223+101+129=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6581 is #209A7E. Grayscale: #8C8C8C. Windows color (decimal): -2136703 or 8480223. OLE color: 8480223.

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

Color convert

RGB223101129-
CMYK00.550.420.13
HSL346.23º65.59%63.53%-
HSV(B)346.23º54.71%87.45%-
XYZ39.0526.5823.84-
YUV140.67121.42186.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.23%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 129 (50.78% from 255) = 28.48%
R=49.23%
G=22.30%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310112900.550.420.13346.2365.5963.53
HexDF65810372AD15a4240
Octal3371452010675215532102100
Binary110111111100101100000010110111101010110110101101010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6581; }

 p { color: rgb(223,101,129); }

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

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

 a { background-color: rgb(223,101,129); }

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

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

 span { border-color: rgb(223,101,129); }

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