#D39D8E

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

Shades of Rose #D39D8E

Tints of Rose #D39D8E

Color information

#D39D8E (or 0xD39D8E) is unknown color: approx Rose. HEX triplet: D3, 9D and 8E. RGB value is (211,157,142). Sum of RGB (Red+Green+Blue) = 211+157+142=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D39D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39D8E is #2C6271. Grayscale: #ABABAB. Windows color (decimal): -2908786 or 9346515. OLE color: 9346515.

HSL color Cylindrical-coordinate representation of color #D39D8E: hue angle of 13.04º 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 #D39D8E is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB211157142-
CMYK00.260.330.17
HSL13.04º43.95%69.22%-
HSV(B)13.04º32.7%82.75%-
XYZ43.839.9230.99-
YUV171.44111.39156.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.37%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=41.37%
G=30.78%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115714200.260.330.1713.0443.9569.22
HexD39D8E01A2111d2c45
Octal32323521603241211554105
Binary1101001110011101100011100110101000011000111011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39D8E; }

 p { color: rgb(211,157,142); }

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

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

 a { background-color: rgb(211,157,142); }

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

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

 span { border-color: rgb(211,157,142); }

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