Shades of Careys Pink #D998A1
Tints of Careys Pink #D998A1
RGB
CMYK
RGB Variations
Color information
#D998A1 (or 0xD998A1) is known color: Careys Pink. HEX triplet: D9, 98 and A1. RGB value is (217,152,161). Sum of RGB (Red+Green+Blue) = 217+152+161=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D998A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D998A1 is #26675E. Grayscale: #ACACAC. Windows color (decimal): -2516831 or 10590425. OLE color: 10590425.
HSL color Cylindrical-coordinate representation of color #D998A1: hue angle of 351.69º 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 #D998A1 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 161 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.15 |
| HSL | 351.69º | 0.46% | 0.72% | - |
| HSV(B) | 351.69º | 0.3% | 0.85% | - |
| XYZ | 46.28 | 39.78 | 38.96 | - |
| YUV | 172.46 | 121.53 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 161 | 0 | 0.30 | 0.26 | 0.15 | 351.69 | 0.46 | 0.72 |
| Hex | D9 | 98 | A1 | 0 | 1E | 1A | F | 160 | 2E | 48 |
| Octal | 331 | 230 | 241 | 0 | 36 | 32 | 17 | 540 | 56 | 110 |
| Binary | 11011001 | 10011000 | 10100001 | 0 | 11110 | 11010 | 1111 | 101100000 | 101110 | 1001000 |
Color Harmonies of #D998A1
Complementary color
Monochromatic Colors of #D998A1
Black with #D998A1
Text Example
Text Example
White with #D998A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D998A1; }
p { color: rgb(217,152,161); }
H1.HeaderClassName
{
color: #D998A1;
}
.AnyTagClassName
{
color: #D998A1;
}
</style>
background-color css
<style>
a { background-color: #D998A1; }
a { background-color: rgb(217,152,161); }
div.DivClassName
{
background-color: #D998A1;
}
.BgClassName
{
background-color: #D998A1;
}
</style>
border-color css
<style>
span { border-color: #D998A1; }
span { border-color: rgb(217,152,161); }
td.TdClassName
{
border-color: #D998A1;
}
.TagClassName
{
border-color: #D998A1;
}
</style>