#D59F9B

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

Shades of Rose #D59F9B

Tints of Rose #D59F9B

Color information

#D59F9B (or 0xD59F9B) is unknown color: approx Rose. HEX triplet: D5, 9F and 9B. RGB value is (213,159,155). Sum of RGB (Red+Green+Blue) = 213+159+155=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59F9B is #2A6064. Grayscale: #AEAEAE. Windows color (decimal): -2777189 or 10198997. OLE color: 10198997.

HSL color Cylindrical-coordinate representation of color #D59F9B: hue angle of 4.14º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59F9B is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB213159155-
CMYK00.250.270.16
HSL4.14º40.85%72.16%-
HSV(B)4.14º27.23%83.53%-
XYZ45.7641.3136.57-
YUV174.69116.89155.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.42%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 155 (60.94% from 255) = 29.41%
R=40.42%
G=30.17%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315915500.250.270.164.1440.8572.16
HexD59F9B0191B1042948
Octal3252372330313320451110
Binary11010101100111111001101101100111011100001001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59F9B; }

 p { color: rgb(213,159,155); }

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

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

 a { background-color: rgb(213,159,155); }

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

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

 span { border-color: rgb(213,159,155); }

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