Shades of Careys Pink #D397A0
Tints of Careys Pink #D397A0
RGB
CMYK
RGB Variations
Color information
#D397A0 (or 0xD397A0) is known color: Careys Pink. HEX triplet: D3, 97 and A0. RGB value is (211,151,160). Sum of RGB (Red+Green+Blue) = 211+151+160=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D397A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D397A0 is #2C685F. Grayscale: #A9A9A9. Windows color (decimal): -2910304 or 10524627. OLE color: 10524627.
HSL color Cylindrical-coordinate representation of color #D397A0: hue angle of 351º 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 #D397A0 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 151 | 160 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.17 |
| HSL | 351º | 0.41% | 0.71% | - |
| HSV(B) | 351º | 0.28% | 0.83% | - |
| XYZ | 44.28 | 38.52 | 38.36 | - |
| YUV | 169.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 160 | 0 | 0.28 | 0.24 | 0.17 | 351 | 0.41 | 0.71 |
| Hex | D3 | 97 | A0 | 0 | 1C | 18 | 11 | 15F | 29 | 47 |
| Octal | 323 | 227 | 240 | 0 | 34 | 30 | 21 | 537 | 51 | 107 |
| Binary | 11010011 | 10010111 | 10100000 | 0 | 11100 | 11000 | 10001 | 101011111 | 101001 | 1000111 |
Color Harmonies of #D397A0
Complementary color
Monochromatic Colors of #D397A0
Black with #D397A0
Text Example
Text Example
White with #D397A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D397A0; }
p { color: rgb(211,151,160); }
H1.HeaderClassName
{
color: #D397A0;
}
.AnyTagClassName
{
color: #D397A0;
}
</style>
background-color css
<style>
a { background-color: #D397A0; }
a { background-color: rgb(211,151,160); }
div.DivClassName
{
background-color: #D397A0;
}
.BgClassName
{
background-color: #D397A0;
}
</style>
border-color css
<style>
span { border-color: #D397A0; }
span { border-color: rgb(211,151,160); }
td.TdClassName
{
border-color: #D397A0;
}
.TagClassName
{
border-color: #D397A0;
}
</style>