#DF6580

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

Shades of Deep Blush #DF6580

Tints of Deep Blush #DF6580

Color information

#DF6580 (or 0xDF6580) is unknown color: approx Deep Blush. HEX triplet: DF, 65 and 80. RGB value is (223,101,128). Sum of RGB (Red+Green+Blue) = 223+101+128=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6580 is #209A7F. Grayscale: #8C8C8C. Windows color (decimal): -2136704 or 8414687. OLE color: 8414687.

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

Color convert

RGB223101128-
CMYK00.550.430.13
HSL346.72º65.59%63.53%-
HSV(B)346.72º54.71%87.45%-
XYZ38.9826.5523.49-
YUV140.56120.92186.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.34%
GREEN value IS 101 (39.84% from 255) = 22.35%
BLUE value IS 128 (50.39% from 255) = 28.32%
R=49.34%
G=22.35%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310112800.550.430.13346.7265.5963.53
HexDF65800372BD15b4240
Octal3371452000675315533102100
Binary110111111100101100000000110111101011110110101101110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6580; }

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

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

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

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

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

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

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

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