#D19E92

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

Shades of Rose #D19E92

Tints of Rose #D19E92

Color information

#D19E92 (or 0xD19E92) is unknown color: approx Rose. HEX triplet: D1, 9E and 92. RGB value is (209,158,146). Sum of RGB (Red+Green+Blue) = 209+158+146=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19E92 is #2E616D. Grayscale: #ABABAB. Windows color (decimal): -3039598 or 9608913. OLE color: 9608913.

HSL color Cylindrical-coordinate representation of color #D19E92: hue angle of 11.43º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19E92 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB209158146-
CMYK00.240.300.18
HSL11.43º40.65%69.61%-
HSV(B)11.43º30.14%81.96%-
XYZ43.7140.0832.63-
YUV171.88113.4154.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.74%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=40.74%
G=30.80%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915814600.240.300.1811.4340.6569.61
HexD19E920181E12b2946
Octal32123622203036221351106
Binary110100011001111010010010011000111101001010111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19E92; }

 p { color: rgb(209,158,146); }

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

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

 a { background-color: rgb(209,158,146); }

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

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

 span { border-color: rgb(209,158,146); }

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