Shades of Careys Pink #D39BA1
Tints of Careys Pink #D39BA1
RGB
CMYK
RGB Variations
Color information
#D39BA1 (or 0xD39BA1) is known color: Careys Pink. HEX triplet: D3, 9B and A1. RGB value is (211,155,161). Sum of RGB (Red+Green+Blue) = 211+155+161=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D39BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39BA1 is #2C645E. Grayscale: #ACACAC. Windows color (decimal): -2909279 or 10591187. OLE color: 10591187.
HSL color Cylindrical-coordinate representation of color #D39BA1: hue angle of 353.57º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D39BA1 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 155 | 161 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.17 |
| HSL | 353.57º | 0.39% | 0.72% | - |
| HSV(B) | 353.57º | 0.27% | 0.83% | - |
| XYZ | 45.02 | 39.86 | 39.04 | - |
| YUV | 172.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 155 | 161 | 0 | 0.27 | 0.24 | 0.17 | 353.57 | 0.39 | 0.72 |
| Hex | D3 | 9B | A1 | 0 | 1B | 18 | 11 | 162 | 27 | 48 |
| Octal | 323 | 233 | 241 | 0 | 33 | 30 | 21 | 542 | 47 | 110 |
| Binary | 11010011 | 10011011 | 10100001 | 0 | 11011 | 11000 | 10001 | 101100010 | 100111 | 1001000 |
Color Harmonies of #D39BA1
Complementary color
Monochromatic Colors of #D39BA1
Black with #D39BA1
Text Example
Text Example
White with #D39BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39BA1; }
p { color: rgb(211,155,161); }
H1.HeaderClassName
{
color: #D39BA1;
}
.AnyTagClassName
{
color: #D39BA1;
}
</style>
background-color css
<style>
a { background-color: #D39BA1; }
a { background-color: rgb(211,155,161); }
div.DivClassName
{
background-color: #D39BA1;
}
.BgClassName
{
background-color: #D39BA1;
}
</style>
border-color css
<style>
span { border-color: #D39BA1; }
span { border-color: rgb(211,155,161); }
td.TdClassName
{
border-color: #D39BA1;
}
.TagClassName
{
border-color: #D39BA1;
}
</style>