#DA9F8F

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

Shades of Rose #DA9F8F

Tints of Rose #DA9F8F

Color information

#DA9F8F (or 0xDA9F8F) is unknown color: approx Rose. HEX triplet: DA, 9F and 8F. RGB value is (218,159,143). Sum of RGB (Red+Green+Blue) = 218+159+143=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9F8F is #256070. Grayscale: #AEAEAE. Windows color (decimal): -2449521 or 9412570. OLE color: 9412570.

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

Color convert

RGB218159143-
CMYK00.270.340.15
HSL12.8º50.34%70.78%-
HSV(B)12.8º34.4%85.49%-
XYZ46.2741.6831.59-
YUV174.82110.05158.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.92%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 143 (56.25% from 255) = 27.5%
R=41.92%
G=30.58%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815914300.270.340.1512.850.3470.78
HexDA9F8F01B22Fd3247
Octal33223721703342171562107
Binary110110101001111110001111011011100010111111011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9F8F; }

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

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

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

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

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

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

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

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