#DF6D8B

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

Shades of Deep Blush #DF6D8B

Tints of Deep Blush #DF6D8B

Color information

#DF6D8B (or 0xDF6D8B) is unknown color: approx Deep Blush. HEX triplet: DF, 6D and 8B. RGB value is (223,109,139). Sum of RGB (Red+Green+Blue) = 223+109+139=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6D8B is #209274. Grayscale: #929292. Windows color (decimal): -2134645 or 9137631. OLE color: 9137631.

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

Color convert

RGB223109139-
CMYK00.510.380.13
HSL344.21º64.04%65.1%-
HSV(B)344.21º51.12%87.45%-
XYZ40.5628.4927.79-
YUV146.51123.77182.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.35%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=47.35%
G=23.14%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310913900.510.380.13344.2164.0465.1
HexDF6D8B03326D1584041
Octal3371552130634615530100101
Binary110111111101101100010110110011100110110110101100010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6D8B; }

 p { color: rgb(223,109,139); }

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

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

 a { background-color: rgb(223,109,139); }

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

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

 span { border-color: rgb(223,109,139); }

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