#D59E8A

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

Shades of Rose #D59E8A

Tints of Rose #D59E8A

Color information

#D59E8A (or 0xD59E8A) is unknown color: approx Rose. HEX triplet: D5, 9E and 8A. RGB value is (213,158,138). Sum of RGB (Red+Green+Blue) = 213+158+138=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59E8A is #2A6175. Grayscale: #ACACAC. Windows color (decimal): -2777462 or 9084629. OLE color: 9084629.

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

Color convert

RGB213158138-
CMYK00.260.350.16
HSL16º47.17%68.82%-
HSV(B)16º35.21%83.53%-
XYZ44.2540.4329.52-
YUV172.16108.72157.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.85%
GREEN value IS 158 (62.11% from 255) = 31.04%
BLUE value IS 138 (54.30% from 255) = 27.11%
R=41.85%
G=31.04%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315813800.260.350.161647.1768.82
HexD59E8A01A2310102f45
Octal32523621203243202057105
Binary11010101100111101000101001101010001110000100001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59E8A; }

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

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

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

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

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

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

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

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