Shades of Careys Pink #D5959B
Tints of Careys Pink #D5959B
RGB
CMYK
RGB Variations
Color information
#D5959B (or 0xD5959B) is known color: Careys Pink. HEX triplet: D5, 95 and 9B. RGB value is (213,149,155). Sum of RGB (Red+Green+Blue) = 213+149+155=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5959B is #2A6A64. Grayscale: #A8A8A8. Windows color (decimal): -2779749 or 10196437. OLE color: 10196437.
HSL color Cylindrical-coordinate representation of color #D5959B: hue angle of 354.38º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5959B is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 155 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.16 |
| HSL | 354.38º | 0.43% | 0.71% | - |
| HSV(B) | 354.38º | 0.3% | 0.84% | - |
| XYZ | 44.1 | 38.01 | 36.02 | - |
| YUV | 168.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 155 | 0 | 0.30 | 0.27 | 0.16 | 354.38 | 0.43 | 0.71 |
| Hex | D5 | 95 | 9B | 0 | 1E | 1B | 10 | 162 | 2B | 47 |
| Octal | 325 | 225 | 233 | 0 | 36 | 33 | 20 | 542 | 53 | 107 |
| Binary | 11010101 | 10010101 | 10011011 | 0 | 11110 | 11011 | 10000 | 101100010 | 101011 | 1000111 |
Color Harmonies of #D5959B
Complementary color
Monochromatic Colors of #D5959B
Black with #D5959B
Text Example
Text Example
White with #D5959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5959B; }
p { color: rgb(213,149,155); }
H1.HeaderClassName
{
color: #D5959B;
}
.AnyTagClassName
{
color: #D5959B;
}
</style>
background-color css
<style>
a { background-color: #D5959B; }
a { background-color: rgb(213,149,155); }
div.DivClassName
{
background-color: #D5959B;
}
.BgClassName
{
background-color: #D5959B;
}
</style>
border-color css
<style>
span { border-color: #D5959B; }
span { border-color: rgb(213,149,155); }
td.TdClassName
{
border-color: #D5959B;
}
.TagClassName
{
border-color: #D5959B;
}
</style>