#D19E94

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

Shades of Rose #D19E94

Tints of Rose #D19E94

Color information

#D19E94 (or 0xD19E94) is unknown color: approx Rose. HEX triplet: D1, 9E and 94. RGB value is (209,158,148). Sum of RGB (Red+Green+Blue) = 209+158+148=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19E94 is #2E616B. Grayscale: #ACACAC. Windows color (decimal): -3039596 or 9739985. OLE color: 9739985.

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

Color convert

RGB209158148-
CMYK00.240.290.18
HSL9.84º39.87%70%-
HSV(B)9.84º29.19%81.96%-
XYZ43.8740.1533.45-
YUV172.11114.4154.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.58%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 148 (58.20% from 255) = 28.74%
R=40.58%
G=30.68%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915814800.240.290.189.8439.8770
HexD19E940181D12a2846
Octal32123622403035221250106
Binary110100011001111010010100011000111011001010101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19E94; }

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

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

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

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

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

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

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

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