#D39E8D

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

Shades of Rose #D39E8D

Tints of Rose #D39E8D

Color information

#D39E8D (or 0xD39E8D) is unknown color: approx Rose. HEX triplet: D3, 9E and 8D. RGB value is (211,158,141). Sum of RGB (Red+Green+Blue) = 211+158+141=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D39E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39E8D is #2C6172. Grayscale: #ACACAC. Windows color (decimal): -2908531 or 9281235. OLE color: 9281235.

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

Color convert

RGB211158141-
CMYK00.250.330.17
HSL14.57º44.3%69.02%-
HSV(B)14.57º33.18%82.75%-
XYZ43.940.2330.65-
YUV171.91110.56155.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.37%
GREEN value IS 158 (62.11% from 255) = 30.98%
BLUE value IS 141 (55.47% from 255) = 27.65%
R=41.37%
G=30.98%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115814100.250.330.1714.5744.369.02
HexD39E8D0192111f2c45
Octal32323621503141211754105
Binary1101001110011110100011010110011000011000111111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39E8D; }

 p { color: rgb(211,158,141); }

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

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

 a { background-color: rgb(211,158,141); }

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

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

 span { border-color: rgb(211,158,141); }

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