#DF6B8D

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

Shades of Deep Blush #DF6B8D

Tints of Deep Blush #DF6B8D

Color information

#DF6B8D (or 0xDF6B8D) is unknown color: approx Deep Blush. HEX triplet: DF, 6B and 8D. RGB value is (223,107,141). Sum of RGB (Red+Green+Blue) = 223+107+141=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6B8D is #209472. Grayscale: #919191. Windows color (decimal): -2135155 or 9268191. OLE color: 9268191.

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

Color convert

RGB223107141-
CMYK00.520.370.13
HSL342.41º64.44%64.71%-
HSV(B)342.41º52.02%87.45%-
XYZ40.528.1328.49-
YUV145.56125.43183.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.35%
GREEN value IS 107 (42.19% from 255) = 22.72%
BLUE value IS 141 (55.47% from 255) = 29.94%
R=47.35%
G=22.72%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310714100.520.370.13342.4164.4464.71
HexDF6B8D03425D1564041
Octal3371532150644515526100101
Binary110111111101011100011010110100100101110110101011010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6B8D; }

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

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

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

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

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

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

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

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