#D39E8A

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

Shades of Rose #D39E8A

Tints of Rose #D39E8A

Color information

#D39E8A (or 0xD39E8A) is unknown color: approx Rose. HEX triplet: D3, 9E and 8A. RGB value is (211,158,138). Sum of RGB (Red+Green+Blue) = 211+158+138=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 211 - color contains mainly: red. Hex color #D39E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39E8A is #2C6175. Grayscale: #ABABAB. Windows color (decimal): -2908534 or 9084627. OLE color: 9084627.

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

Color convert

RGB211158138-
CMYK00.250.350.17
HSL16.44º45.34%68.43%-
HSV(B)16.44º34.6%82.75%-
XYZ43.6840.1429.49-
YUV171.57109.06156.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.62%
GREEN value IS 158 (62.11% from 255) = 31.16%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=41.62%
G=31.16%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115813800.250.350.1716.4445.3468.43
HexD39E8A0192311102d44
Octal32323621203143212055104
Binary11010011100111101000101001100110001110001100001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39E8A; }

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

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

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

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

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

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

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

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