Shades of Careys Pink #D697A1
Tints of Careys Pink #D697A1
RGB
CMYK
RGB Variations
Color information
#D697A1 (or 0xD697A1) is known color: Careys Pink. HEX triplet: D6, 97 and A1. RGB value is (214,151,161). Sum of RGB (Red+Green+Blue) = 214+151+161=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D697A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D697A1 is #29685E. Grayscale: #ABABAB. Windows color (decimal): -2713695 or 10590166. OLE color: 10590166.
HSL color Cylindrical-coordinate representation of color #D697A1: hue angle of 350.48º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D697A1 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 151 | 161 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.16 |
| HSL | 350.48º | 0.43% | 0.72% | - |
| HSV(B) | 350.48º | 0.29% | 0.84% | - |
| XYZ | 45.23 | 39 | 38.86 | - |
| YUV | 170.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 151 | 161 | 0 | 0.29 | 0.25 | 0.16 | 350.48 | 0.43 | 0.72 |
| Hex | D6 | 97 | A1 | 0 | 1D | 19 | 10 | 15E | 2B | 48 |
| Octal | 326 | 227 | 241 | 0 | 35 | 31 | 20 | 536 | 53 | 110 |
| Binary | 11010110 | 10010111 | 10100001 | 0 | 11101 | 11001 | 10000 | 101011110 | 101011 | 1001000 |
Color Harmonies of #D697A1
Complementary color
Monochromatic Colors of #D697A1
Black with #D697A1
Text Example
Text Example
White with #D697A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D697A1; }
p { color: rgb(214,151,161); }
H1.HeaderClassName
{
color: #D697A1;
}
.AnyTagClassName
{
color: #D697A1;
}
</style>
background-color css
<style>
a { background-color: #D697A1; }
a { background-color: rgb(214,151,161); }
div.DivClassName
{
background-color: #D697A1;
}
.BgClassName
{
background-color: #D697A1;
}
</style>
border-color css
<style>
span { border-color: #D697A1; }
span { border-color: rgb(214,151,161); }
td.TdClassName
{
border-color: #D697A1;
}
.TagClassName
{
border-color: #D697A1;
}
</style>