#D59D88

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

Shades of Rose #D59D88

Tints of Rose #D59D88

Color information

#D59D88 (or 0xD59D88) is unknown color: approx Rose. HEX triplet: D5, 9D and 88. RGB value is (213,157,136). Sum of RGB (Red+Green+Blue) = 213+157+136=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59D88 is #2A6277. Grayscale: #ABABAB. Windows color (decimal): -2777720 or 8953301. OLE color: 8953301.

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

Color convert

RGB213157136-
CMYK00.260.360.16
HSL16.36º47.83%68.43%-
HSV(B)16.36º36.15%83.53%-
XYZ43.9440.0428.7-
YUV171.35108.05157.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.09%
GREEN value IS 157 (61.72% from 255) = 31.03%
BLUE value IS 136 (53.52% from 255) = 26.88%
R=42.09%
G=31.03%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315713600.260.360.1616.3647.8368.43
HexD59D8801A2410103044
Octal32523521003244202060104
Binary11010101100111011000100001101010010010000100001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59D88; }

 p { color: rgb(213,157,136); }

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

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

 a { background-color: rgb(213,157,136); }

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

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

 span { border-color: rgb(213,157,136); }

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