#DF6C8B

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

Shades of Deep Blush #DF6C8B

Tints of Deep Blush #DF6C8B

Color information

#DF6C8B (or 0xDF6C8B) is unknown color: approx Deep Blush. HEX triplet: DF, 6C and 8B. RGB value is (223,108,139). Sum of RGB (Red+Green+Blue) = 223+108+139=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6C8B is #209374. Grayscale: #919191. Windows color (decimal): -2134901 or 9137375. OLE color: 9137375.

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

Color convert

RGB223108139-
CMYK00.520.380.13
HSL343.83º64.25%64.9%-
HSV(B)343.83º51.57%87.45%-
XYZ40.4528.2827.75-
YUV145.92124.1182.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.45%
GREEN value IS 108 (42.58% from 255) = 22.98%
BLUE value IS 139 (54.69% from 255) = 29.57%
R=47.45%
G=22.98%
B=29.57%

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
Decimal22310813900.520.380.13343.8364.2564.9
HexDF6C8B03426D1584041
Octal3371542130644615530100101
Binary110111111101100100010110110100100110110110101100010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6C8B; }

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

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

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

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

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

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

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

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