Shades of Careys Pink #D399A1
Tints of Careys Pink #D399A1
RGB
CMYK
RGB Variations
Color information
#D399A1 (or 0xD399A1) is known color: Careys Pink. HEX triplet: D3, 99 and A1. RGB value is (211,153,161). Sum of RGB (Red+Green+Blue) = 211+153+161=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D399A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D399A1 is #2C665E. Grayscale: #ABABAB. Windows color (decimal): -2909791 or 10590675. OLE color: 10590675.
HSL color Cylindrical-coordinate representation of color #D399A1: hue angle of 351.72º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D399A1 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 161 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.17 |
| HSL | 351.72º | 0.4% | 0.71% | - |
| HSV(B) | 351.72º | 0.27% | 0.83% | - |
| XYZ | 44.69 | 39.2 | 38.93 | - |
| YUV | 171.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 161 | 0 | 0.27 | 0.24 | 0.17 | 351.72 | 0.4 | 0.71 |
| Hex | D3 | 99 | A1 | 0 | 1B | 18 | 11 | 160 | 28 | 47 |
| Octal | 323 | 231 | 241 | 0 | 33 | 30 | 21 | 540 | 50 | 107 |
| Binary | 11010011 | 10011001 | 10100001 | 0 | 11011 | 11000 | 10001 | 101100000 | 101000 | 1000111 |
Color Harmonies of #D399A1
Complementary color
Monochromatic Colors of #D399A1
Black with #D399A1
Text Example
Text Example
White with #D399A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D399A1; }
p { color: rgb(211,153,161); }
H1.HeaderClassName
{
color: #D399A1;
}
.AnyTagClassName
{
color: #D399A1;
}
</style>
background-color css
<style>
a { background-color: #D399A1; }
a { background-color: rgb(211,153,161); }
div.DivClassName
{
background-color: #D399A1;
}
.BgClassName
{
background-color: #D399A1;
}
</style>
border-color css
<style>
span { border-color: #D399A1; }
span { border-color: rgb(211,153,161); }
td.TdClassName
{
border-color: #D399A1;
}
.TagClassName
{
border-color: #D399A1;
}
</style>