#DA9F95

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

Shades of Rose #DA9F95

Tints of Rose #DA9F95

Color information

#DA9F95 (or 0xDA9F95) is unknown color: approx Rose. HEX triplet: DA, 9F and 95. RGB value is (218,159,149). Sum of RGB (Red+Green+Blue) = 218+159+149=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9F95 is #25606A. Grayscale: #AFAFAF. Windows color (decimal): -2449515 or 9805786. OLE color: 9805786.

HSL color Cylindrical-coordinate representation of color #DA9F95: hue angle of 8.7º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA9F95 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB218159149-
CMYK00.270.320.15
HSL8.7º48.25%71.96%-
HSV(B)8.7º31.65%85.49%-
XYZ46.7441.8734.05-
YUV175.5113.05158.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.44%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=41.44%
G=30.23%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815914900.270.320.158.748.2571.96
HexDA9F9501B20F93048
Octal33223722503340171160110
Binary110110101001111110010101011011100000111110011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9F95; }

 p { color: rgb(218,159,149); }

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

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

 a { background-color: rgb(218,159,149); }

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

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

 span { border-color: rgb(218,159,149); }

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