#D59E93

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

Shades of Rose #D59E93

Tints of Rose #D59E93

Color information

#D59E93 (or 0xD59E93) is unknown color: approx Rose. HEX triplet: D5, 9E and 93. RGB value is (213,158,147). Sum of RGB (Red+Green+Blue) = 213+158+147=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59E93 is #2A616C. Grayscale: #ADADAD. Windows color (decimal): -2777453 or 9674453. OLE color: 9674453.

HSL color Cylindrical-coordinate representation of color #D59E93: hue angle of 10º 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 #D59E93 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213158147-
CMYK00.260.310.16
HSL10º44%70.59%-
HSV(B)10º30.99%83.53%-
XYZ44.9340.7133.09-
YUV173.19113.22156.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.12%
GREEN value IS 158 (62.11% from 255) = 30.50%
BLUE value IS 147 (57.81% from 255) = 28.38%
R=41.12%
G=30.50%
B=28.38%

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
Decimal21315814700.260.310.16104470.59
HexD59E9301A1F10a2c47
Octal32523622303237201254107
Binary110101011001111010010011011010111111000010101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59E93; }

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

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

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

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

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

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

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

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