#D39F88

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

Shades of Rose #D39F88

Tints of Rose #D39F88

Color information

#D39F88 (or 0xD39F88) is unknown color: approx Rose. HEX triplet: D3, 9F and 88. RGB value is (211,159,136). Sum of RGB (Red+Green+Blue) = 211+159+136=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 211 - color contains mainly: red. Hex color #D39F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39F88 is #2C6077. Grayscale: #ACACAC. Windows color (decimal): -2908280 or 8953811. OLE color: 8953811.

HSL color Cylindrical-coordinate representation of color #D39F88: hue angle of 18.4º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D39F88 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB211159136-
CMYK00.250.360.17
HSL18.4º46.01%68.04%-
HSV(B)18.4º35.55%82.75%-
XYZ43.7140.4228.79-
YUV171.93107.73155.87-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.70%
GREEN value IS 159 (62.5% from 255) = 31.42%
BLUE value IS 136 (53.52% from 255) = 26.88%
R=41.70%
G=31.42%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115913600.250.360.1718.446.0168.04
HexD39F880192411122e44
Octal32323721003144212256104
Binary11010011100111111000100001100110010010001100101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39F88; }

 p { color: rgb(211,159,136); }

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

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

 a { background-color: rgb(211,159,136); }

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

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

 span { border-color: rgb(211,159,136); }

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