#DF6B8B

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

Shades of Deep Blush #DF6B8B

Tints of Deep Blush #DF6B8B

Color information

#DF6B8B (or 0xDF6B8B) is unknown color: approx Deep Blush. HEX triplet: DF, 6B and 8B. RGB value is (223,107,139). Sum of RGB (Red+Green+Blue) = 223+107+139=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6B8B is #209474. Grayscale: #919191. Windows color (decimal): -2135157 or 9137119. OLE color: 9137119.

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

Color convert

RGB223107139-
CMYK00.520.380.13
HSL343.45º64.44%64.71%-
HSV(B)343.45º52.02%87.45%-
XYZ40.3528.0727.72-
YUV145.33124.43183.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.55%
GREEN value IS 107 (42.19% from 255) = 22.81%
BLUE value IS 139 (54.69% from 255) = 29.64%
R=47.55%
G=22.81%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310713900.520.380.13343.4564.4464.71
HexDF6B8B03426D1574041
Octal3371532130644615527100101
Binary110111111101011100010110110100100110110110101011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6B8B; }

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

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

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

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

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

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

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

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