Shades of Careys Pink #D397A1
Tints of Careys Pink #D397A1
RGB
CMYK
RGB Variations
Color information
#D397A1 (or 0xD397A1) is known color: Careys Pink. HEX triplet: D3, 97 and A1. RGB value is (211,151,161). Sum of RGB (Red+Green+Blue) = 211+151+161=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 211 - color contains mainly: red. Hex color #D397A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D397A1 is #2C685E. Grayscale: #AAAAAA. Windows color (decimal): -2910303 or 10590163. OLE color: 10590163.
HSL color Cylindrical-coordinate representation of color #D397A1: hue angle of 350º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D397A1 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 151 | 161 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.17 |
| HSL | 350º | 0.41% | 0.71% | - |
| HSV(B) | 350º | 0.28% | 0.83% | - |
| XYZ | 44.36 | 38.56 | 38.82 | - |
| YUV | 170.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 161 | 0 | 0.28 | 0.24 | 0.17 | 350 | 0.41 | 0.71 |
| Hex | D3 | 97 | A1 | 0 | 1C | 18 | 11 | 15E | 29 | 47 |
| Octal | 323 | 227 | 241 | 0 | 34 | 30 | 21 | 536 | 51 | 107 |
| Binary | 11010011 | 10010111 | 10100001 | 0 | 11100 | 11000 | 10001 | 101011110 | 101001 | 1000111 |
Color Harmonies of #D397A1
Complementary color
Monochromatic Colors of #D397A1
Black with #D397A1
Text Example
Text Example
White with #D397A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D397A1; }
p { color: rgb(211,151,161); }
H1.HeaderClassName
{
color: #D397A1;
}
.AnyTagClassName
{
color: #D397A1;
}
</style>
background-color css
<style>
a { background-color: #D397A1; }
a { background-color: rgb(211,151,161); }
div.DivClassName
{
background-color: #D397A1;
}
.BgClassName
{
background-color: #D397A1;
}
</style>
border-color css
<style>
span { border-color: #D397A1; }
span { border-color: rgb(211,151,161); }
td.TdClassName
{
border-color: #D397A1;
}
.TagClassName
{
border-color: #D397A1;
}
</style>