#D59E94

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

Shades of Rose #D59E94

Tints of Rose #D59E94

Color information

#D59E94 (or 0xD59E94) is unknown color: approx Rose. HEX triplet: D5, 9E and 94. RGB value is (213,158,148). Sum of RGB (Red+Green+Blue) = 213+158+148=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59E94 is #2A616B. Grayscale: #ADADAD. Windows color (decimal): -2777452 or 9739989. OLE color: 9739989.

HSL color Cylindrical-coordinate representation of color #D59E94: hue angle of 9.23º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D59E94 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213158148-
CMYK00.260.310.16
HSL9.23º43.62%70.78%-
HSV(B)9.23º30.52%83.53%-
XYZ45.0140.7433.51-
YUV173.3113.72156.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.04%
GREEN value IS 158 (62.11% from 255) = 30.44%
BLUE value IS 148 (58.20% from 255) = 28.52%
R=41.04%
G=30.44%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315814800.260.310.169.2343.6270.78
HexD59E9401A1F1092c47
Octal32523622403237201154107
Binary110101011001111010010100011010111111000010011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59E94; }

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

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

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

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

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

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

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

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