#D39F98

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

Shades of Rose #D39F98

Tints of Rose #D39F98

Color information

#D39F98 (or 0xD39F98) is unknown color: approx Rose. HEX triplet: D3, 9F and 98. RGB value is (211,159,152). Sum of RGB (Red+Green+Blue) = 211+159+152=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D39F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39F98 is #2C6067. Grayscale: #ADADAD. Windows color (decimal): -2908264 or 10002387. OLE color: 10002387.

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

Color convert

RGB211159152-
CMYK00.250.280.17
HSL7.12º40.14%71.18%-
HSV(B)7.12º27.96%82.75%-
XYZ44.9340.9135.23-
YUV173.75115.73154.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.42%
GREEN value IS 159 (62.5% from 255) = 30.46%
BLUE value IS 152 (59.77% from 255) = 29.12%
R=40.42%
G=30.46%
B=29.12%

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
Decimal21115915200.250.280.177.1240.1471.18
HexD39F980191C1172847
Octal3232372300313421750107
Binary11010011100111111001100001100111100100011111010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39F98; }

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

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

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

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

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

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

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

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