Shades of Careys Pink #D4959F
Tints of Careys Pink #D4959F
RGB
CMYK
RGB Variations
Color information
#D4959F (or 0xD4959F) is known color: Careys Pink. HEX triplet: D4, 95 and 9F. RGB value is (212,149,159). Sum of RGB (Red+Green+Blue) = 212+149+159=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D4959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4959F is #2B6A60. Grayscale: #A9A9A9. Windows color (decimal): -2845281 or 10458580. OLE color: 10458580.
HSL color Cylindrical-coordinate representation of color #D4959F: hue angle of 350.48º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4959F is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 159 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.17 |
| HSL | 350.48º | 0.42% | 0.71% | - |
| HSV(B) | 350.48º | 0.3% | 0.83% | - |
| XYZ | 44.16 | 38 | 37.81 | - |
| YUV | 168.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 159 | 0 | 0.30 | 0.25 | 0.17 | 350.48 | 0.42 | 0.71 |
| Hex | D4 | 95 | 9F | 0 | 1E | 19 | 11 | 15E | 2A | 47 |
| Octal | 324 | 225 | 237 | 0 | 36 | 31 | 21 | 536 | 52 | 107 |
| Binary | 11010100 | 10010101 | 10011111 | 0 | 11110 | 11001 | 10001 | 101011110 | 101010 | 1000111 |
Color Harmonies of #D4959F
Complementary color
Monochromatic Colors of #D4959F
Black with #D4959F
Text Example
Text Example
White with #D4959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4959F; }
p { color: rgb(212,149,159); }
H1.HeaderClassName
{
color: #D4959F;
}
.AnyTagClassName
{
color: #D4959F;
}
</style>
background-color css
<style>
a { background-color: #D4959F; }
a { background-color: rgb(212,149,159); }
div.DivClassName
{
background-color: #D4959F;
}
.BgClassName
{
background-color: #D4959F;
}
</style>
border-color css
<style>
span { border-color: #D4959F; }
span { border-color: rgb(212,149,159); }
td.TdClassName
{
border-color: #D4959F;
}
.TagClassName
{
border-color: #D4959F;
}
</style>