Shades of Rose #D59F9B
Tints of Rose #D59F9B
RGB
CMYK
RGB Variations
Color information
#D59F9B (or 0xD59F9B) is known color: Rose. HEX triplet: D5, 9F and 9B. RGB value is (213,159,155). Sum of RGB (Red+Green+Blue) = 213+159+155=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59F9B is #2A6064. Grayscale: #AEAEAE. Windows color (decimal): -2777189 or 10198997. OLE color: 10198997.
HSL color Cylindrical-coordinate representation of color #D59F9B: hue angle of 4.14º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59F9B is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 155 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.16 |
| HSL | 4.14º | 0.41% | 0.72% | - |
| HSV(B) | 4.14º | 0.27% | 0.84% | - |
| XYZ | 45.76 | 41.31 | 36.57 | - |
| YUV | 174.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 155 | 0 | 0.25 | 0.27 | 0.16 | 4.14 | 0.41 | 0.72 |
| Hex | D5 | 9F | 9B | 0 | 19 | 1B | 10 | 4 | 29 | 48 |
| Octal | 325 | 237 | 233 | 0 | 31 | 33 | 20 | 4 | 51 | 110 |
| Binary | 11010101 | 10011111 | 10011011 | 0 | 11001 | 11011 | 10000 | 100 | 101001 | 1001000 |
Color Harmonies of #D59F9B
Complementary color
Monochromatic Colors of #D59F9B
Black with #D59F9B
Text Example
Text Example
White with #D59F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F9B; }
p { color: rgb(213,159,155); }
H1.HeaderClassName
{
color: #D59F9B;
}
.AnyTagClassName
{
color: #D59F9B;
}
</style>
background-color css
<style>
a { background-color: #D59F9B; }
a { background-color: rgb(213,159,155); }
div.DivClassName
{
background-color: #D59F9B;
}
.BgClassName
{
background-color: #D59F9B;
}
</style>
border-color css
<style>
span { border-color: #D59F9B; }
span { border-color: rgb(213,159,155); }
td.TdClassName
{
border-color: #D59F9B;
}
.TagClassName
{
border-color: #D59F9B;
}
</style>