Shades of Careys Pink #D89AA4
Tints of Careys Pink #D89AA4
RGB
CMYK
RGB Variations
Color information
#D89AA4 (or 0xD89AA4) is known color: Careys Pink. HEX triplet: D8, 9A and A4. RGB value is (216,154,164). Sum of RGB (Red+Green+Blue) = 216+154+164=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89AA4 is #27655B. Grayscale: #ADADAD. Windows color (decimal): -2581852 or 10787544. OLE color: 10787544.
HSL color Cylindrical-coordinate representation of color #D89AA4: hue angle of 350.32º 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 #D89AA4 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 164 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.15 |
| HSL | 350.32º | 0.44% | 0.73% | - |
| HSV(B) | 350.32º | 0.29% | 0.85% | - |
| XYZ | 46.58 | 40.39 | 40.46 | - |
| YUV | 173.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 164 | 0 | 0.29 | 0.24 | 0.15 | 350.32 | 0.44 | 0.73 |
| Hex | D8 | 9A | A4 | 0 | 1D | 18 | F | 15E | 2C | 49 |
| Octal | 330 | 232 | 244 | 0 | 35 | 30 | 17 | 536 | 54 | 111 |
| Binary | 11011000 | 10011010 | 10100100 | 0 | 11101 | 11000 | 1111 | 101011110 | 101100 | 1001001 |
Color Harmonies of #D89AA4
Complementary color
Monochromatic Colors of #D89AA4
Black with #D89AA4
Text Example
Text Example
White with #D89AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89AA4; }
p { color: rgb(216,154,164); }
H1.HeaderClassName
{
color: #D89AA4;
}
.AnyTagClassName
{
color: #D89AA4;
}
</style>
background-color css
<style>
a { background-color: #D89AA4; }
a { background-color: rgb(216,154,164); }
div.DivClassName
{
background-color: #D89AA4;
}
.BgClassName
{
background-color: #D89AA4;
}
</style>
border-color css
<style>
span { border-color: #D89AA4; }
span { border-color: rgb(216,154,164); }
td.TdClassName
{
border-color: #D89AA4;
}
.TagClassName
{
border-color: #D89AA4;
}
</style>