Shades of Careys Pink #D89B9F
Tints of Careys Pink #D89B9F
RGB
CMYK
RGB Variations
Color information
#D89B9F (or 0xD89B9F) is known color: Careys Pink. HEX triplet: D8, 9B and 9F. RGB value is (216,155,159). Sum of RGB (Red+Green+Blue) = 216+155+159=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D89B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89B9F is #276460. Grayscale: #ADADAD. Windows color (decimal): -2581601 or 10460120. OLE color: 10460120.
HSL color Cylindrical-coordinate representation of color #D89B9F: hue angle of 356.07º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D89B9F is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 155 | 159 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.15 |
| HSL | 356.07º | 0.44% | 0.73% | - |
| HSV(B) | 356.07º | 0.28% | 0.85% | - |
| XYZ | 46.3 | 40.54 | 38.19 | - |
| YUV | 173.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 155 | 159 | 0 | 0.28 | 0.26 | 0.15 | 356.07 | 0.44 | 0.73 |
| Hex | D8 | 9B | 9F | 0 | 1C | 1A | F | 164 | 2C | 49 |
| Octal | 330 | 233 | 237 | 0 | 34 | 32 | 17 | 544 | 54 | 111 |
| Binary | 11011000 | 10011011 | 10011111 | 0 | 11100 | 11010 | 1111 | 101100100 | 101100 | 1001001 |
Color Harmonies of #D89B9F
Complementary color
Monochromatic Colors of #D89B9F
Black with #D89B9F
Text Example
Text Example
White with #D89B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89B9F; }
p { color: rgb(216,155,159); }
H1.HeaderClassName
{
color: #D89B9F;
}
.AnyTagClassName
{
color: #D89B9F;
}
</style>
background-color css
<style>
a { background-color: #D89B9F; }
a { background-color: rgb(216,155,159); }
div.DivClassName
{
background-color: #D89B9F;
}
.BgClassName
{
background-color: #D89B9F;
}
</style>
border-color css
<style>
span { border-color: #D89B9F; }
span { border-color: rgb(216,155,159); }
td.TdClassName
{
border-color: #D89B9F;
}
.TagClassName
{
border-color: #D89B9F;
}
</style>