Shades of Careys Pink #D996A1
Tints of Careys Pink #D996A1
RGB
CMYK
RGB Variations
Color information
#D996A1 (or 0xD996A1) is known color: Careys Pink. HEX triplet: D9, 96 and A1. RGB value is (217,150,161). Sum of RGB (Red+Green+Blue) = 217+150+161=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D996A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D996A1 is #26695E. Grayscale: #ABABAB. Windows color (decimal): -2517343 or 10589913. OLE color: 10589913.
HSL color Cylindrical-coordinate representation of color #D996A1: hue angle of 350.15º degrees, saturation: 0.47, 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 #D996A1 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 150 | 161 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.15 |
| HSL | 350.15º | 0.47% | 0.72% | - |
| HSV(B) | 350.15º | 0.31% | 0.85% | - |
| XYZ | 45.95 | 39.14 | 38.85 | - |
| YUV | 171.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 161 | 0 | 0.31 | 0.26 | 0.15 | 350.15 | 0.47 | 0.72 |
| Hex | D9 | 96 | A1 | 0 | 1F | 1A | F | 15E | 2F | 48 |
| Octal | 331 | 226 | 241 | 0 | 37 | 32 | 17 | 536 | 57 | 110 |
| Binary | 11011001 | 10010110 | 10100001 | 0 | 11111 | 11010 | 1111 | 101011110 | 101111 | 1001000 |
Color Harmonies of #D996A1
Complementary color
Monochromatic Colors of #D996A1
Black with #D996A1
Text Example
Text Example
White with #D996A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996A1; }
p { color: rgb(217,150,161); }
H1.HeaderClassName
{
color: #D996A1;
}
.AnyTagClassName
{
color: #D996A1;
}
</style>
background-color css
<style>
a { background-color: #D996A1; }
a { background-color: rgb(217,150,161); }
div.DivClassName
{
background-color: #D996A1;
}
.BgClassName
{
background-color: #D996A1;
}
</style>
border-color css
<style>
span { border-color: #D996A1; }
span { border-color: rgb(217,150,161); }
td.TdClassName
{
border-color: #D996A1;
}
.TagClassName
{
border-color: #D996A1;
}
</style>