Shades of Rose #D69D91
Tints of Rose #D69D91
RGB
CMYK
RGB Variations
Color information
#D69D91 (or 0xD69D91) is known color: Rose. HEX triplet: D6, 9D and 91. RGB value is (214,157,145). Sum of RGB (Red+Green+Blue) = 214+157+145=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69D91 is #29626E. Grayscale: #ACACAC. Windows color (decimal): -2712175 or 9543126. OLE color: 9543126.
HSL color Cylindrical-coordinate representation of color #D69D91: hue angle of 10.43º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D69D91 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 157 | 145 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.16 |
| HSL | 10.43º | 0.46% | 0.7% | - |
| HSV(B) | 10.43º | 0.32% | 0.84% | - |
| XYZ | 44.9 | 40.45 | 32.23 | - |
| YUV | 172.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 145 | 0 | 0.27 | 0.32 | 0.16 | 10.43 | 0.46 | 0.7 |
| Hex | D6 | 9D | 91 | 0 | 1B | 20 | 10 | A | 2E | 46 |
| Octal | 326 | 235 | 221 | 0 | 33 | 40 | 20 | 12 | 56 | 106 |
| Binary | 11010110 | 10011101 | 10010001 | 0 | 11011 | 100000 | 10000 | 1010 | 101110 | 1000110 |
Color Harmonies of #D69D91
Complementary color
Monochromatic Colors of #D69D91
Black with #D69D91
Text Example
Text Example
White with #D69D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69D91; }
p { color: rgb(214,157,145); }
H1.HeaderClassName
{
color: #D69D91;
}
.AnyTagClassName
{
color: #D69D91;
}
</style>
background-color css
<style>
a { background-color: #D69D91; }
a { background-color: rgb(214,157,145); }
div.DivClassName
{
background-color: #D69D91;
}
.BgClassName
{
background-color: #D69D91;
}
</style>
border-color css
<style>
span { border-color: #D69D91; }
span { border-color: rgb(214,157,145); }
td.TdClassName
{
border-color: #D69D91;
}
.TagClassName
{
border-color: #D69D91;
}
</style>