Shades of Careys Pink #D89394
Tints of Careys Pink #D89394
RGB
CMYK
RGB Variations
Color information
#D89394 (or 0xD89394) is known color: Careys Pink. HEX triplet: D8, 93 and 94. RGB value is (216,147,148). Sum of RGB (Red+Green+Blue) = 216+147+148=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D89394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89394 is #276C6B. Grayscale: #A7A7A7. Windows color (decimal): -2583660 or 9737176. OLE color: 9737176.
HSL color Cylindrical-coordinate representation of color #D89394: hue angle of 359.13º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D89394 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 148 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.15 |
| HSL | 359.13º | 0.47% | 0.71% | - |
| HSV(B) | 359.13º | 0.32% | 0.85% | - |
| XYZ | 44.1 | 37.6 | 32.95 | - |
| YUV | 167.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 148 | 0 | 0.32 | 0.31 | 0.15 | 359.13 | 0.47 | 0.71 |
| Hex | D8 | 93 | 94 | 0 | 20 | 1F | F | 167 | 2F | 47 |
| Octal | 330 | 223 | 224 | 0 | 40 | 37 | 17 | 547 | 57 | 107 |
| Binary | 11011000 | 10010011 | 10010100 | 0 | 100000 | 11111 | 1111 | 101100111 | 101111 | 1000111 |
Color Harmonies of #D89394
Complementary color
Monochromatic Colors of #D89394
Black with #D89394
Text Example
Text Example
White with #D89394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89394; }
p { color: rgb(216,147,148); }
H1.HeaderClassName
{
color: #D89394;
}
.AnyTagClassName
{
color: #D89394;
}
</style>
background-color css
<style>
a { background-color: #D89394; }
a { background-color: rgb(216,147,148); }
div.DivClassName
{
background-color: #D89394;
}
.BgClassName
{
background-color: #D89394;
}
</style>
border-color css
<style>
span { border-color: #D89394; }
span { border-color: rgb(216,147,148); }
td.TdClassName
{
border-color: #D89394;
}
.TagClassName
{
border-color: #D89394;
}
</style>