#D39E98

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

Shades of Rose #D39E98

Tints of Rose #D39E98

Color information

#D39E98 (or 0xD39E98) is unknown color: approx Rose. HEX triplet: D3, 9E and 98. RGB value is (211,158,152). Sum of RGB (Red+Green+Blue) = 211+158+152=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D39E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39E98 is #2C6167. Grayscale: #ADADAD. Windows color (decimal): -2908520 or 10002131. OLE color: 10002131.

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

Color convert

RGB211158152-
CMYK00.250.280.17
HSL6.1º40.14%71.18%-
HSV(B)6.1º27.96%82.75%-
XYZ44.7640.5735.18-
YUV173.16116.06154.99-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.50%
GREEN value IS 158 (62.11% from 255) = 30.33%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=40.50%
G=30.33%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115815200.250.280.176.140.1471.18
HexD39E980191C1162847
Octal3232362300313421650107
Binary11010011100111101001100001100111100100011101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39E98; }

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

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

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

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

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

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

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

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