#DA9F8E

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

Shades of Rose #DA9F8E

Tints of Rose #DA9F8E

Color information

#DA9F8E (or 0xDA9F8E) is unknown color: approx Rose. HEX triplet: DA, 9F and 8E. RGB value is (218,159,142). Sum of RGB (Red+Green+Blue) = 218+159+142=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9F8E is #256071. Grayscale: #AEAEAE. Windows color (decimal): -2449522 or 9347034. OLE color: 9347034.

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

Color convert

RGB218159142-
CMYK00.270.350.15
HSL13.42º50.67%70.59%-
HSV(B)13.42º34.86%85.49%-
XYZ46.1941.6531.2-
YUV174.7109.55158.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 142 (55.86% from 255) = 27.36%
R=42.00%
G=30.64%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815914200.270.350.1513.4250.6770.59
HexDA9F8E01B23Fd3347
Octal33223721603343171563107
Binary110110101001111110001110011011100011111111011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9F8E; }

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

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

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

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

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

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

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

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