Shades of Careys Pink #D89AA5
Tints of Careys Pink #D89AA5
RGB
CMYK
RGB Variations
Color information
#D89AA5 (or 0xD89AA5) is known color: Careys Pink. HEX triplet: D8, 9A and A5. RGB value is (216,154,165). Sum of RGB (Red+Green+Blue) = 216+154+165=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89AA5 is #27655A. Grayscale: #ADADAD. Windows color (decimal): -2581851 or 10853080. OLE color: 10853080.
HSL color Cylindrical-coordinate representation of color #D89AA5: hue angle of 349.35º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89AA5 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 165 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.15 |
| HSL | 349.35º | 0.44% | 0.73% | - |
| HSV(B) | 349.35º | 0.29% | 0.85% | - |
| XYZ | 46.67 | 40.43 | 40.94 | - |
| YUV | 173.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 165 | 0 | 0.29 | 0.24 | 0.15 | 349.35 | 0.44 | 0.73 |
| Hex | D8 | 9A | A5 | 0 | 1D | 18 | F | 15D | 2C | 49 |
| Octal | 330 | 232 | 245 | 0 | 35 | 30 | 17 | 535 | 54 | 111 |
| Binary | 11011000 | 10011010 | 10100101 | 0 | 11101 | 11000 | 1111 | 101011101 | 101100 | 1001001 |
Color Harmonies of #D89AA5
Complementary color
Monochromatic Colors of #D89AA5
Black with #D89AA5
Text Example
Text Example
White with #D89AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89AA5; }
p { color: rgb(216,154,165); }
H1.HeaderClassName
{
color: #D89AA5;
}
.AnyTagClassName
{
color: #D89AA5;
}
</style>
background-color css
<style>
a { background-color: #D89AA5; }
a { background-color: rgb(216,154,165); }
div.DivClassName
{
background-color: #D89AA5;
}
.BgClassName
{
background-color: #D89AA5;
}
</style>
border-color css
<style>
span { border-color: #D89AA5; }
span { border-color: rgb(216,154,165); }
td.TdClassName
{
border-color: #D89AA5;
}
.TagClassName
{
border-color: #D89AA5;
}
</style>