#D9687F

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

Shades of Deep Blush #D9687F

Tints of Deep Blush #D9687F

Color information

#D9687F (or 0xD9687F) is unknown color: approx Deep Blush. HEX triplet: D9, 68 and 7F. RGB value is (217,104,127). Sum of RGB (Red+Green+Blue) = 217+104+127=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D9687F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9687F is #269780. Grayscale: #8C8C8C. Windows color (decimal): -2529153 or 8349913. OLE color: 8349913.

HSL color Cylindrical-coordinate representation of color #D9687F: hue angle of 347.79º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9687F is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB217104127-
CMYK00.520.410.15
HSL347.79º59.79%62.94%-
HSV(B)347.79º52.07%85.1%-
XYZ37.426.1823.16-
YUV140.41120.44182.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.44%
GREEN value IS 104 (41.02% from 255) = 23.21%
BLUE value IS 127 (50% from 255) = 28.35%
R=48.44%
G=23.21%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710412700.520.410.15347.7959.7962.94
HexD9687F03429F15c3c3f
Octal33115017706451175347477
Binary110110011101000111111101101001010011111101011100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9687F; }

 p { color: rgb(217,104,127); }

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

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

 a { background-color: rgb(217,104,127); }

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

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

 span { border-color: rgb(217,104,127); }

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