Shades of Careys Pink #D3959A
Tints of Careys Pink #D3959A
RGB
CMYK
RGB Variations
Color information
#D3959A (or 0xD3959A) is known color: Careys Pink. HEX triplet: D3, 95 and 9A. RGB value is (211,149,154). Sum of RGB (Red+Green+Blue) = 211+149+154=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 211 - color contains mainly: red. Hex color #D3959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3959A is #2C6A65. Grayscale: #A8A8A8. Windows color (decimal): -2910822 or 10130899. OLE color: 10130899.
HSL color Cylindrical-coordinate representation of color #D3959A: hue angle of 355.16º 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 #D3959A is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 149 | 154 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.17 |
| HSL | 355.16º | 0.41% | 0.71% | - |
| HSV(B) | 355.16º | 0.29% | 0.83% | - |
| XYZ | 43.44 | 37.68 | 35.55 | - |
| YUV | 168.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 154 | 0 | 0.29 | 0.27 | 0.17 | 355.16 | 0.41 | 0.71 |
| Hex | D3 | 95 | 9A | 0 | 1D | 1B | 11 | 163 | 29 | 47 |
| Octal | 323 | 225 | 232 | 0 | 35 | 33 | 21 | 543 | 51 | 107 |
| Binary | 11010011 | 10010101 | 10011010 | 0 | 11101 | 11011 | 10001 | 101100011 | 101001 | 1000111 |
Color Harmonies of #D3959A
Complementary color
Monochromatic Colors of #D3959A
Black with #D3959A
Text Example
Text Example
White with #D3959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3959A; }
p { color: rgb(211,149,154); }
H1.HeaderClassName
{
color: #D3959A;
}
.AnyTagClassName
{
color: #D3959A;
}
</style>
background-color css
<style>
a { background-color: #D3959A; }
a { background-color: rgb(211,149,154); }
div.DivClassName
{
background-color: #D3959A;
}
.BgClassName
{
background-color: #D3959A;
}
</style>
border-color css
<style>
span { border-color: #D3959A; }
span { border-color: rgb(211,149,154); }
td.TdClassName
{
border-color: #D3959A;
}
.TagClassName
{
border-color: #D3959A;
}
</style>