#DA9E8A

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

Shades of Rose #DA9E8A

Tints of Rose #DA9E8A

Color information

#DA9E8A (or 0xDA9E8A) is unknown color: approx Rose. HEX triplet: DA, 9E and 8A. RGB value is (218,158,138). Sum of RGB (Red+Green+Blue) = 218+158+138=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9E8A is #256175. Grayscale: #ADADAD. Windows color (decimal): -2449782 or 9084634. OLE color: 9084634.

HSL color Cylindrical-coordinate representation of color #DA9E8A: hue angle of 15º 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 #DA9E8A is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB218158138-
CMYK00.280.370.15
HSL15º51.95%69.8%-
HSV(B)15º36.7%85.49%-
XYZ45.7341.1929.59-
YUV173.66107.88159.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.41%
GREEN value IS 158 (62.11% from 255) = 30.74%
BLUE value IS 138 (54.30% from 255) = 26.85%
R=42.41%
G=30.74%
B=26.85%

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
Decimal21815813800.280.370.151551.9569.8
HexDA9E8A01C25Ff3446
Octal33223621203445171764106
Binary110110101001111010001010011100100101111111111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9E8A; }

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

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

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

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

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

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

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

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