Shades of Careys Pink #D39D9E
Tints of Careys Pink #D39D9E
RGB
CMYK
RGB Variations
Color information
#D39D9E (or 0xD39D9E) is known color: Careys Pink. HEX triplet: D3, 9D and 9E. RGB value is (211,157,158). Sum of RGB (Red+Green+Blue) = 211+157+158=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 211 - color contains mainly: red. Hex color #D39D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39D9E is #2C6261. Grayscale: #ADADAD. Windows color (decimal): -2908770 or 10395091. OLE color: 10395091.
HSL color Cylindrical-coordinate representation of color #D39D9E: hue angle of 358.89º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D39D9E is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 157 | 158 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.17 |
| HSL | 358.89º | 0.38% | 0.72% | - |
| HSV(B) | 358.89º | 0.26% | 0.83% | - |
| XYZ | 45.09 | 40.43 | 37.78 | - |
| YUV | 173.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 157 | 158 | 0 | 0.26 | 0.25 | 0.17 | 358.89 | 0.38 | 0.72 |
| Hex | D3 | 9D | 9E | 0 | 1A | 19 | 11 | 167 | 26 | 48 |
| Octal | 323 | 235 | 236 | 0 | 32 | 31 | 21 | 547 | 46 | 110 |
| Binary | 11010011 | 10011101 | 10011110 | 0 | 11010 | 11001 | 10001 | 101100111 | 100110 | 1001000 |
Color Harmonies of #D39D9E
Complementary color
Monochromatic Colors of #D39D9E
Black with #D39D9E
Text Example
Text Example
White with #D39D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39D9E; }
p { color: rgb(211,157,158); }
H1.HeaderClassName
{
color: #D39D9E;
}
.AnyTagClassName
{
color: #D39D9E;
}
</style>
background-color css
<style>
a { background-color: #D39D9E; }
a { background-color: rgb(211,157,158); }
div.DivClassName
{
background-color: #D39D9E;
}
.BgClassName
{
background-color: #D39D9E;
}
</style>
border-color css
<style>
span { border-color: #D39D9E; }
span { border-color: rgb(211,157,158); }
td.TdClassName
{
border-color: #D39D9E;
}
.TagClassName
{
border-color: #D39D9E;
}
</style>