#D59E91

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

Shades of Rose #D59E91

Tints of Rose #D59E91

Color information

#D59E91 (or 0xD59E91) is unknown color: approx Rose. HEX triplet: D5, 9E and 91. RGB value is (213,158,145). Sum of RGB (Red+Green+Blue) = 213+158+145=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59E91 is #2A616E. Grayscale: #ADADAD. Windows color (decimal): -2777455 or 9543381. OLE color: 9543381.

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

Color convert

RGB213158145-
CMYK00.260.320.16
HSL11.47º44.74%70.2%-
HSV(B)11.47º31.92%83.53%-
XYZ44.7840.6432.27-
YUV172.96112.22156.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.28%
GREEN value IS 158 (62.11% from 255) = 30.62%
BLUE value IS 145 (57.03% from 255) = 28.10%
R=41.28%
G=30.62%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315814500.260.320.1611.4744.7470.2
HexD59E9101A2010b2d46
Octal32523622103240201355106
Binary1101010110011110100100010110101000001000010111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59E91; }

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

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

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

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

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

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

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

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