Shades of Careys Pink #D3959B
Tints of Careys Pink #D3959B
RGB
CMYK
RGB Variations
Color information
#D3959B (or 0xD3959B) is known color: Careys Pink. HEX triplet: D3, 95 and 9B. RGB value is (211,149,155). Sum of RGB (Red+Green+Blue) = 211+149+155=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 211 - color contains mainly: red. Hex color #D3959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3959B is #2C6A64. Grayscale: #A8A8A8. Windows color (decimal): -2910821 or 10196435. OLE color: 10196435.
HSL color Cylindrical-coordinate representation of color #D3959B: hue angle of 354.19º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D3959B is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 149 | 155 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.17 |
| HSL | 354.19º | 0.41% | 0.71% | - |
| HSV(B) | 354.19º | 0.29% | 0.83% | - |
| XYZ | 43.53 | 37.71 | 36 | - |
| YUV | 168.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 155 | 0 | 0.29 | 0.27 | 0.17 | 354.19 | 0.41 | 0.71 |
| Hex | D3 | 95 | 9B | 0 | 1D | 1B | 11 | 162 | 29 | 47 |
| Octal | 323 | 225 | 233 | 0 | 35 | 33 | 21 | 542 | 51 | 107 |
| Binary | 11010011 | 10010101 | 10011011 | 0 | 11101 | 11011 | 10001 | 101100010 | 101001 | 1000111 |
Color Harmonies of #D3959B
Complementary color
Monochromatic Colors of #D3959B
Black with #D3959B
Text Example
Text Example
White with #D3959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3959B; }
p { color: rgb(211,149,155); }
H1.HeaderClassName
{
color: #D3959B;
}
.AnyTagClassName
{
color: #D3959B;
}
</style>
background-color css
<style>
a { background-color: #D3959B; }
a { background-color: rgb(211,149,155); }
div.DivClassName
{
background-color: #D3959B;
}
.BgClassName
{
background-color: #D3959B;
}
</style>
border-color css
<style>
span { border-color: #D3959B; }
span { border-color: rgb(211,149,155); }
td.TdClassName
{
border-color: #D3959B;
}
.TagClassName
{
border-color: #D3959B;
}
</style>