#D39E8F

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

Shades of Rose #D39E8F

Tints of Rose #D39E8F

Color information

#D39E8F (or 0xD39E8F) is unknown color: approx Rose. HEX triplet: D3, 9E and 8F. RGB value is (211,158,143). Sum of RGB (Red+Green+Blue) = 211+158+143=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D39E8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39E8F is #2C6170. Grayscale: #ACACAC. Windows color (decimal): -2908529 or 9412307. OLE color: 9412307.

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

Color convert

RGB211158143-
CMYK00.250.320.17
HSL13.24º43.59%69.41%-
HSV(B)13.24º32.23%82.75%-
XYZ44.0540.2931.44-
YUV172.14111.56155.72-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.21%
GREEN value IS 158 (62.11% from 255) = 30.86%
BLUE value IS 143 (56.25% from 255) = 27.93%
R=41.21%
G=30.86%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115814300.250.320.1713.2443.5969.41
HexD39E8F0192011d2c45
Octal32323621703140211554105
Binary1101001110011110100011110110011000001000111011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39E8F; }

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

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

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

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

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

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

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

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