Shades of Rose #D69F88
Tints of Rose #D69F88
RGB
CMYK
RGB Variations
Color information
#D69F88 (or 0xD69F88) is known color: Rose. HEX triplet: D6, 9F and 88. RGB value is (214,159,136). Sum of RGB (Red+Green+Blue) = 214+159+136=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69F88 is #296077. Grayscale: #ACACAC. Windows color (decimal): -2711672 or 8953814. OLE color: 8953814.
HSL color Cylindrical-coordinate representation of color #D69F88: hue angle of 17.69º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D69F88 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 159 | 136 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.16 |
| HSL | 17.69º | 0.49% | 0.69% | - |
| HSV(B) | 17.69º | 0.36% | 0.84% | - |
| XYZ | 44.57 | 40.87 | 28.83 | - |
| YUV | 172.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 136 | 0 | 0.26 | 0.36 | 0.16 | 17.69 | 0.49 | 0.69 |
| Hex | D6 | 9F | 88 | 0 | 1A | 24 | 10 | 12 | 31 | 45 |
| Octal | 326 | 237 | 210 | 0 | 32 | 44 | 20 | 22 | 61 | 105 |
| Binary | 11010110 | 10011111 | 10001000 | 0 | 11010 | 100100 | 10000 | 10010 | 110001 | 1000101 |
Color Harmonies of #D69F88
Complementary color
Monochromatic Colors of #D69F88
Black with #D69F88
Text Example
Text Example
White with #D69F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69F88; }
p { color: rgb(214,159,136); }
H1.HeaderClassName
{
color: #D69F88;
}
.AnyTagClassName
{
color: #D69F88;
}
</style>
background-color css
<style>
a { background-color: #D69F88; }
a { background-color: rgb(214,159,136); }
div.DivClassName
{
background-color: #D69F88;
}
.BgClassName
{
background-color: #D69F88;
}
</style>
border-color css
<style>
span { border-color: #D69F88; }
span { border-color: rgb(214,159,136); }
td.TdClassName
{
border-color: #D69F88;
}
.TagClassName
{
border-color: #D69F88;
}
</style>