Shades of Rose #D59E94
Tints of Rose #D59E94
RGB
CMYK
RGB Variations
Color information
#D59E94 (or 0xD59E94) is known color: Rose. HEX triplet: D5, 9E and 94. RGB value is (213,158,148). Sum of RGB (Red+Green+Blue) = 213+158+148=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59E94 is #2A616B. Grayscale: #ADADAD. Windows color (decimal): -2777452 or 9739989. OLE color: 9739989.
HSL color Cylindrical-coordinate representation of color #D59E94: hue angle of 9.23º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D59E94 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 148 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.16 |
| HSL | 9.23º | 0.44% | 0.71% | - |
| HSV(B) | 9.23º | 0.31% | 0.84% | - |
| XYZ | 45.01 | 40.74 | 33.51 | - |
| YUV | 173.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 148 | 0 | 0.26 | 0.31 | 0.16 | 9.23 | 0.44 | 0.71 |
| Hex | D5 | 9E | 94 | 0 | 1A | 1F | 10 | 9 | 2C | 47 |
| Octal | 325 | 236 | 224 | 0 | 32 | 37 | 20 | 11 | 54 | 107 |
| Binary | 11010101 | 10011110 | 10010100 | 0 | 11010 | 11111 | 10000 | 1001 | 101100 | 1000111 |
Color Harmonies of #D59E94
Complementary color
Monochromatic Colors of #D59E94
Black with #D59E94
Text Example
Text Example
White with #D59E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59E94; }
p { color: rgb(213,158,148); }
H1.HeaderClassName
{
color: #D59E94;
}
.AnyTagClassName
{
color: #D59E94;
}
</style>
background-color css
<style>
a { background-color: #D59E94; }
a { background-color: rgb(213,158,148); }
div.DivClassName
{
background-color: #D59E94;
}
.BgClassName
{
background-color: #D59E94;
}
</style>
border-color css
<style>
span { border-color: #D59E94; }
span { border-color: rgb(213,158,148); }
td.TdClassName
{
border-color: #D59E94;
}
.TagClassName
{
border-color: #D59E94;
}
</style>