Shades of Careys Pink #D997A1
Tints of Careys Pink #D997A1
RGB
CMYK
RGB Variations
Color information
#D997A1 (or 0xD997A1) is known color: Careys Pink. HEX triplet: D9, 97 and A1. RGB value is (217,151,161). Sum of RGB (Red+Green+Blue) = 217+151+161=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D997A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D997A1 is #26685E. Grayscale: #ABABAB. Windows color (decimal): -2517087 or 10590169. OLE color: 10590169.
HSL color Cylindrical-coordinate representation of color #D997A1: hue angle of 350.91º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D997A1 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 161 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.15 |
| HSL | 350.91º | 0.46% | 0.72% | - |
| HSV(B) | 350.91º | 0.3% | 0.85% | - |
| XYZ | 46.11 | 39.46 | 38.9 | - |
| YUV | 171.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 161 | 0 | 0.30 | 0.26 | 0.15 | 350.91 | 0.46 | 0.72 |
| Hex | D9 | 97 | A1 | 0 | 1E | 1A | F | 15F | 2E | 48 |
| Octal | 331 | 227 | 241 | 0 | 36 | 32 | 17 | 537 | 56 | 110 |
| Binary | 11011001 | 10010111 | 10100001 | 0 | 11110 | 11010 | 1111 | 101011111 | 101110 | 1001000 |
Color Harmonies of #D997A1
Complementary color
Monochromatic Colors of #D997A1
Black with #D997A1
Text Example
Text Example
White with #D997A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D997A1; }
p { color: rgb(217,151,161); }
H1.HeaderClassName
{
color: #D997A1;
}
.AnyTagClassName
{
color: #D997A1;
}
</style>
background-color css
<style>
a { background-color: #D997A1; }
a { background-color: rgb(217,151,161); }
div.DivClassName
{
background-color: #D997A1;
}
.BgClassName
{
background-color: #D997A1;
}
</style>
border-color css
<style>
span { border-color: #D997A1; }
span { border-color: rgb(217,151,161); }
td.TdClassName
{
border-color: #D997A1;
}
.TagClassName
{
border-color: #D997A1;
}
</style>