Shades of Careys Pink #D39BA0
Tints of Careys Pink #D39BA0
RGB
CMYK
RGB Variations
Color information
#D39BA0 (or 0xD39BA0) is known color: Careys Pink. HEX triplet: D3, 9B and A0. RGB value is (211,155,160). Sum of RGB (Red+Green+Blue) = 211+155+160=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 211 - color contains mainly: red. Hex color #D39BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39BA0 is #2C645F. Grayscale: #ACACAC. Windows color (decimal): -2909280 or 10525651. OLE color: 10525651.
HSL color Cylindrical-coordinate representation of color #D39BA0: hue angle of 354.64º 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 #D39BA0 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 155 | 160 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.17 |
| HSL | 354.64º | 0.39% | 0.72% | - |
| HSV(B) | 354.64º | 0.27% | 0.83% | - |
| XYZ | 44.93 | 39.83 | 38.58 | - |
| YUV | 172.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 155 | 160 | 0 | 0.27 | 0.24 | 0.17 | 354.64 | 0.39 | 0.72 |
| Hex | D3 | 9B | A0 | 0 | 1B | 18 | 11 | 163 | 27 | 48 |
| Octal | 323 | 233 | 240 | 0 | 33 | 30 | 21 | 543 | 47 | 110 |
| Binary | 11010011 | 10011011 | 10100000 | 0 | 11011 | 11000 | 10001 | 101100011 | 100111 | 1001000 |
Color Harmonies of #D39BA0
Complementary color
Monochromatic Colors of #D39BA0
Black with #D39BA0
Text Example
Text Example
White with #D39BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39BA0; }
p { color: rgb(211,155,160); }
H1.HeaderClassName
{
color: #D39BA0;
}
.AnyTagClassName
{
color: #D39BA0;
}
</style>
background-color css
<style>
a { background-color: #D39BA0; }
a { background-color: rgb(211,155,160); }
div.DivClassName
{
background-color: #D39BA0;
}
.BgClassName
{
background-color: #D39BA0;
}
</style>
border-color css
<style>
span { border-color: #D39BA0; }
span { border-color: rgb(211,155,160); }
td.TdClassName
{
border-color: #D39BA0;
}
.TagClassName
{
border-color: #D39BA0;
}
</style>