#D59C88

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

Shades of Rose #D59C88

Tints of Rose #D59C88

Color information

#D59C88 (or 0xD59C88) is unknown color: approx Rose. HEX triplet: D5, 9C and 88. RGB value is (213,156,136). Sum of RGB (Red+Green+Blue) = 213+156+136=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59C88 is #2A6377. Grayscale: #AAAAAA. Windows color (decimal): -2777976 or 8953045. OLE color: 8953045.

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

Color convert

RGB213156136-
CMYK00.270.360.16
HSL15.58º47.83%68.43%-
HSV(B)15.58º36.15%83.53%-
XYZ43.7739.728.65-
YUV170.76108.38158.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.18%
GREEN value IS 156 (61.33% from 255) = 30.89%
BLUE value IS 136 (53.52% from 255) = 26.93%
R=42.18%
G=30.89%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315613600.270.360.1615.5847.8368.43
HexD59C8801B2410103044
Octal32523421003344202060104
Binary11010101100111001000100001101110010010000100001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59C88; }

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

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

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

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

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

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

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

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