#DB9D8D

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

Shades of Rose #DB9D8D

Tints of Rose #DB9D8D

Color information

#DB9D8D (or 0xDB9D8D) is unknown color: approx Rose. HEX triplet: DB, 9D and 8D. RGB value is (219,157,141). Sum of RGB (Red+Green+Blue) = 219+157+141=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9D8D is #246272. Grayscale: #ADADAD. Windows color (decimal): -2384499 or 9280987. OLE color: 9280987.

HSL color Cylindrical-coordinate representation of color #DB9D8D: hue angle of 12.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB9D8D is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB219157141-
CMYK00.280.360.14
HSL12.31º52%70.59%-
HSV(B)12.31º35.62%85.88%-
XYZ46.0841.130.7-
YUV173.71109.54160.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.36%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 141 (55.47% from 255) = 27.27%
R=42.36%
G=30.37%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915714100.280.360.1412.315270.59
HexDB9D8D01C24Ec3447
Octal33323521503444161464107
Binary110110111001110110001101011100100100111011001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9D8D; }

 p { color: rgb(219,157,141); }

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

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

 a { background-color: rgb(219,157,141); }

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

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

 span { border-color: rgb(219,157,141); }

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