#DA9D8A

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

Shades of Rose #DA9D8A

Tints of Rose #DA9D8A

Color information

#DA9D8A (or 0xDA9D8A) is unknown color: approx Rose. HEX triplet: DA, 9D and 8A. RGB value is (218,157,138). Sum of RGB (Red+Green+Blue) = 218+157+138=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9D8A is #256275. Grayscale: #ADADAD. Windows color (decimal): -2450038 or 9084378. OLE color: 9084378.

HSL color Cylindrical-coordinate representation of color #DA9D8A: hue angle of 14.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA9D8A is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB218157138-
CMYK00.280.370.15
HSL14.25º51.95%69.8%-
HSV(B)14.25º36.7%85.49%-
XYZ45.5640.8529.53-
YUV173.07108.21160.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.50%
GREEN value IS 157 (61.72% from 255) = 30.60%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=42.50%
G=30.60%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815713800.280.370.1514.2551.9569.8
HexDA9D8A01C25Fe3446
Octal33223521203445171664106
Binary110110101001110110001010011100100101111111101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9D8A; }

 p { color: rgb(218,157,138); }

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

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

 a { background-color: rgb(218,157,138); }

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

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

 span { border-color: rgb(218,157,138); }

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