#D19A8D

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

Shades of Rose #D19A8D

Tints of Rose #D19A8D

Color information

#D19A8D (or 0xD19A8D) is unknown color: approx Rose. HEX triplet: D1, 9A and 8D. RGB value is (209,154,141). Sum of RGB (Red+Green+Blue) = 209+154+141=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19A8D is #2E6572. Grayscale: #A9A9A9. Windows color (decimal): -3040627 or 9280209. OLE color: 9280209.

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

Color convert

RGB209154141-
CMYK00.260.330.18
HSL11.47º42.5%68.63%-
HSV(B)11.47º32.54%81.96%-
XYZ42.6638.5930.4-
YUV168.96112.22156.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.47%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=41.47%
G=30.56%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915414100.260.330.1811.4742.568.63
HexD19A8D01A2112b2a45
Octal32123221503241221352105
Binary1101000110011010100011010110101000011001010111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19A8D; }

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

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

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

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

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

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

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

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