#D19A88

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

Shades of Rose #D19A88

Tints of Rose #D19A88

Color information

#D19A88 (or 0xD19A88) is unknown color: approx Rose. HEX triplet: D1, 9A and 88. RGB value is (209,154,136). Sum of RGB (Red+Green+Blue) = 209+154+136=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19A88 is #2E6577. Grayscale: #A8A8A8. Windows color (decimal): -3040632 or 8952529. OLE color: 8952529.

HSL color Cylindrical-coordinate representation of color #D19A88: hue angle of 14.79º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D19A88 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB209154136-
CMYK00.260.350.18
HSL14.79º44.24%67.65%-
HSV(B)14.79º34.93%81.96%-
XYZ42.2938.4428.48-
YUV168.39109.72156.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.88%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=41.88%
G=30.86%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915413600.260.350.1814.7944.2467.65
HexD19A8801A2312f2c44
Octal32123221003243221754104
Binary1101000110011010100010000110101000111001011111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19A88; }

 p { color: rgb(209,154,136); }

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

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

 a { background-color: rgb(209,154,136); }

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

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

 span { border-color: rgb(209,154,136); }

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