Shades of Careys Pink #D997A0
Tints of Careys Pink #D997A0
RGB
CMYK
RGB Variations
Color information
#D997A0 (or 0xD997A0) is known color: Careys Pink. HEX triplet: D9, 97 and A0. RGB value is (217,151,160). Sum of RGB (Red+Green+Blue) = 217+151+160=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D997A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D997A0 is #26685F. Grayscale: #ABABAB. Windows color (decimal): -2517088 or 10524633. OLE color: 10524633.
HSL color Cylindrical-coordinate representation of color #D997A0: hue angle of 351.82º 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 #D997A0 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 151 | 160 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.15 |
| HSL | 351.82º | 0.46% | 0.72% | - |
| HSV(B) | 351.82º | 0.3% | 0.85% | - |
| XYZ | 46.03 | 39.42 | 38.44 | - |
| YUV | 171.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 160 | 0 | 0.30 | 0.26 | 0.15 | 351.82 | 0.46 | 0.72 |
| Hex | D9 | 97 | A0 | 0 | 1E | 1A | F | 160 | 2E | 48 |
| Octal | 331 | 227 | 240 | 0 | 36 | 32 | 17 | 540 | 56 | 110 |
| Binary | 11011001 | 10010111 | 10100000 | 0 | 11110 | 11010 | 1111 | 101100000 | 101110 | 1001000 |
Color Harmonies of #D997A0
Complementary color
Monochromatic Colors of #D997A0
Black with #D997A0
Text Example
Text Example
White with #D997A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D997A0; }
p { color: rgb(217,151,160); }
H1.HeaderClassName
{
color: #D997A0;
}
.AnyTagClassName
{
color: #D997A0;
}
</style>
background-color css
<style>
a { background-color: #D997A0; }
a { background-color: rgb(217,151,160); }
div.DivClassName
{
background-color: #D997A0;
}
.BgClassName
{
background-color: #D997A0;
}
</style>
border-color css
<style>
span { border-color: #D997A0; }
span { border-color: rgb(217,151,160); }
td.TdClassName
{
border-color: #D997A0;
}
.TagClassName
{
border-color: #D997A0;
}
</style>