#D39989

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

Shades of Rose #D39989

Tints of Rose #D39989

Color information

#D39989 (or 0xD39989) is unknown color: approx Rose. HEX triplet: D3, 99 and 89. RGB value is (211,153,137). Sum of RGB (Red+Green+Blue) = 211+153+137=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 211 - color contains mainly: red. Hex color #D39989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39989 is #2C6676. Grayscale: #A8A8A8. Windows color (decimal): -2909815 or 9017811. OLE color: 9017811.

HSL color Cylindrical-coordinate representation of color #D39989: hue angle of 12.97º degrees, saturation: 0.46, 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 #D39989 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB211153137-
CMYK00.270.350.17
HSL12.97º45.68%68.24%-
HSV(B)12.97º35.07%82.75%-
XYZ42.7738.4428.83-
YUV168.52110.22158.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.12%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 137 (53.91% from 255) = 27.35%
R=42.12%
G=30.54%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115313700.270.350.1712.9745.6868.24
HexD3998901B2311d2e44
Octal32323121103343211556104
Binary1101001110011001100010010110111000111000111011011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39989; }

 p { color: rgb(211,153,137); }

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

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

 a { background-color: rgb(211,153,137); }

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

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

 span { border-color: rgb(211,153,137); }

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