Shades of Careys Pink #D9959D
Tints of Careys Pink #D9959D
RGB
CMYK
RGB Variations
Color information
#D9959D (or 0xD9959D) is known color: Careys Pink. HEX triplet: D9, 95 and 9D. RGB value is (217,149,157). Sum of RGB (Red+Green+Blue) = 217+149+157=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D9959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9959D is #266A62. Grayscale: #AAAAAA. Windows color (decimal): -2517603 or 10327513. OLE color: 10327513.
HSL color Cylindrical-coordinate representation of color #D9959D: hue angle of 352.94º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9959D is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 149 | 157 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.15 |
| HSL | 352.94º | 0.47% | 0.72% | - |
| HSV(B) | 352.94º | 0.31% | 0.85% | - |
| XYZ | 45.45 | 38.68 | 36.97 | - |
| YUV | 170.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 157 | 0 | 0.31 | 0.28 | 0.15 | 352.94 | 0.47 | 0.72 |
| Hex | D9 | 95 | 9D | 0 | 1F | 1C | F | 161 | 2F | 48 |
| Octal | 331 | 225 | 235 | 0 | 37 | 34 | 17 | 541 | 57 | 110 |
| Binary | 11011001 | 10010101 | 10011101 | 0 | 11111 | 11100 | 1111 | 101100001 | 101111 | 1001000 |
Color Harmonies of #D9959D
Complementary color
Monochromatic Colors of #D9959D
Black with #D9959D
Text Example
Text Example
White with #D9959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9959D; }
p { color: rgb(217,149,157); }
H1.HeaderClassName
{
color: #D9959D;
}
.AnyTagClassName
{
color: #D9959D;
}
</style>
background-color css
<style>
a { background-color: #D9959D; }
a { background-color: rgb(217,149,157); }
div.DivClassName
{
background-color: #D9959D;
}
.BgClassName
{
background-color: #D9959D;
}
</style>
border-color css
<style>
span { border-color: #D9959D; }
span { border-color: rgb(217,149,157); }
td.TdClassName
{
border-color: #D9959D;
}
.TagClassName
{
border-color: #D9959D;
}
</style>