Shades of Rose #DA9F90
Tints of Rose #DA9F90
RGB
CMYK
RGB Variations
Color information
#DA9F90 (or 0xDA9F90) is known color: Rose. HEX triplet: DA, 9F and 90. RGB value is (218,159,144). Sum of RGB (Red+Green+Blue) = 218+159+144=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9F90 is #25606F. Grayscale: #AFAFAF. Windows color (decimal): -2449520 or 9478106. OLE color: 9478106.
HSL color Cylindrical-coordinate representation of color #DA9F90: hue angle of 12.16º 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 #DA9F90 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 159 | 144 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.15 |
| HSL | 12.16º | 0.5% | 0.71% | - |
| HSV(B) | 12.16º | 0.34% | 0.85% | - |
| XYZ | 46.35 | 41.72 | 31.99 | - |
| YUV | 174.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 159 | 144 | 0 | 0.27 | 0.34 | 0.15 | 12.16 | 0.5 | 0.71 |
| Hex | DA | 9F | 90 | 0 | 1B | 22 | F | C | 32 | 47 |
| Octal | 332 | 237 | 220 | 0 | 33 | 42 | 17 | 14 | 62 | 107 |
| Binary | 11011010 | 10011111 | 10010000 | 0 | 11011 | 100010 | 1111 | 1100 | 110010 | 1000111 |
Color Harmonies of #DA9F90
Complementary color
Monochromatic Colors of #DA9F90
Black with #DA9F90
Text Example
Text Example
White with #DA9F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9F90; }
p { color: rgb(218,159,144); }
H1.HeaderClassName
{
color: #DA9F90;
}
.AnyTagClassName
{
color: #DA9F90;
}
</style>
background-color css
<style>
a { background-color: #DA9F90; }
a { background-color: rgb(218,159,144); }
div.DivClassName
{
background-color: #DA9F90;
}
.BgClassName
{
background-color: #DA9F90;
}
</style>
border-color css
<style>
span { border-color: #DA9F90; }
span { border-color: rgb(218,159,144); }
td.TdClassName
{
border-color: #DA9F90;
}
.TagClassName
{
border-color: #DA9F90;
}
</style>