#df6f82

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

Shades of Deep Blush #DF6F82

Tints of Deep Blush #DF6F82

Color information

#DF6F82 (or 0xDF6F82) is unknown color: approx Deep Blush. HEX triplet: DF, 6F and 82. RGB value is (223,111,130). Sum of RGB (Red+Green+Blue) = 223+111+130=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6F82 is #20907D. Grayscale: #929292. Windows color (decimal): -2134142 or 8548319. OLE color: 8548319.

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

Color convert

RGB223111130-
CMYK00.500.420.13
HSL349.82º63.64%65.49%-
HSV(B)349.82º50.22%87.45%-
XYZ40.1528.6724.54-
YUV146.65118.61182.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.06%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 130 (51.17% from 255) = 28.02%
R=48.06%
G=23.92%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311113000.500.420.13349.8263.6465.49
HexDF6F820322AD15e4041
Octal3371572020625215536100101
Binary110111111101111100000100110010101010110110101111010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df6f82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df6f82; }

 p { color: rgb(223,111,130); }

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

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

 a { background-color: rgb(223,111,130); }

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

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

 span { border-color: rgb(223,111,130); }

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