Shades of Rose #D69A87
Tints of Rose #D69A87
RGB
CMYK
RGB Variations
Color information
#D69A87 (or 0xD69A87) is known color: Rose. HEX triplet: D6, 9A and 87. RGB value is (214,154,135). Sum of RGB (Red+Green+Blue) = 214+154+135=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D69A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69A87 is #296578. Grayscale: #A9A9A9. Windows color (decimal): -2712953 or 8886998. OLE color: 8886998.
HSL color Cylindrical-coordinate representation of color #D69A87: hue angle of 14.43º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D69A87 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 154 | 135 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.16 |
| HSL | 14.43º | 0.49% | 0.68% | - |
| HSV(B) | 14.43º | 0.37% | 0.84% | - |
| XYZ | 43.66 | 39.16 | 28.18 | - |
| YUV | 169.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 154 | 135 | 0 | 0.28 | 0.37 | 0.16 | 14.43 | 0.49 | 0.68 |
| Hex | D6 | 9A | 87 | 0 | 1C | 25 | 10 | E | 31 | 44 |
| Octal | 326 | 232 | 207 | 0 | 34 | 45 | 20 | 16 | 61 | 104 |
| Binary | 11010110 | 10011010 | 10000111 | 0 | 11100 | 100101 | 10000 | 1110 | 110001 | 1000100 |
Color Harmonies of #D69A87
Complementary color
Monochromatic Colors of #D69A87
Black with #D69A87
Text Example
Text Example
White with #D69A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69A87; }
p { color: rgb(214,154,135); }
H1.HeaderClassName
{
color: #D69A87;
}
.AnyTagClassName
{
color: #D69A87;
}
</style>
background-color css
<style>
a { background-color: #D69A87; }
a { background-color: rgb(214,154,135); }
div.DivClassName
{
background-color: #D69A87;
}
.BgClassName
{
background-color: #D69A87;
}
</style>
border-color css
<style>
span { border-color: #D69A87; }
span { border-color: rgb(214,154,135); }
td.TdClassName
{
border-color: #D69A87;
}
.TagClassName
{
border-color: #D69A87;
}
</style>