Shades of Careys Pink #D896A1
Tints of Careys Pink #D896A1
RGB
CMYK
RGB Variations
Color information
#D896A1 (or 0xD896A1) is known color: Careys Pink. HEX triplet: D8, 96 and A1. RGB value is (216,150,161). Sum of RGB (Red+Green+Blue) = 216+150+161=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D896A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D896A1 is #27695E. Grayscale: #ABABAB. Windows color (decimal): -2582879 or 10589912. OLE color: 10589912.
HSL color Cylindrical-coordinate representation of color #D896A1: hue angle of 350º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D896A1 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 161 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.15 |
| HSL | 350º | 0.46% | 0.72% | - |
| HSV(B) | 350º | 0.31% | 0.85% | - |
| XYZ | 45.66 | 38.98 | 38.84 | - |
| YUV | 170.99 | 122.37 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 161 | 0 | 0.31 | 0.25 | 0.15 | 350 | 0.46 | 0.72 |
| Hex | D8 | 96 | A1 | 0 | 1F | 19 | F | 15E | 2E | 48 |
| Octal | 330 | 226 | 241 | 0 | 37 | 31 | 17 | 536 | 56 | 110 |
| Binary | 11011000 | 10010110 | 10100001 | 0 | 11111 | 11001 | 1111 | 101011110 | 101110 | 1001000 |
Color Harmonies of #D896A1
Complementary color
Monochromatic Colors of #D896A1
Black with #D896A1
Text Example
Text Example
White with #D896A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D896A1; }
p { color: rgb(216,150,161); }
H1.HeaderClassName
{
color: #D896A1;
}
.AnyTagClassName
{
color: #D896A1;
}
</style>
background-color css
<style>
a { background-color: #D896A1; }
a { background-color: rgb(216,150,161); }
div.DivClassName
{
background-color: #D896A1;
}
.BgClassName
{
background-color: #D896A1;
}
</style>
border-color css
<style>
span { border-color: #D896A1; }
span { border-color: rgb(216,150,161); }
td.TdClassName
{
border-color: #D896A1;
}
.TagClassName
{
border-color: #D896A1;
}
</style>