#DF6586

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

Shades of Deep Blush #DF6586

Tints of Deep Blush #DF6586

Color information

#DF6586 (or 0xDF6586) is unknown color: approx Deep Blush. HEX triplet: DF, 65 and 86. RGB value is (223,101,134). Sum of RGB (Red+Green+Blue) = 223+101+134=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6586 is #209A79. Grayscale: #8D8D8D. Windows color (decimal): -2136698 or 8807903. OLE color: 8807903.

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

Color convert

RGB223101134-
CMYK00.550.400.13
HSL343.77º65.59%63.53%-
HSV(B)343.77º54.71%87.45%-
XYZ39.3926.7225.64-
YUV141.24123.92186.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.69%
GREEN value IS 101 (39.84% from 255) = 22.05%
BLUE value IS 134 (52.73% from 255) = 29.26%
R=48.69%
G=22.05%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310113400.550.400.13343.7765.5963.53
HexDF658603728D1584240
Octal3371452060675015530102100
Binary110111111100101100001100110111101000110110101100010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6586; }

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

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

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

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

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

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

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

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