Shades of Careys Pink #D5949E
Tints of Careys Pink #D5949E
RGB
CMYK
RGB Variations
Color information
#D5949E (or 0xD5949E) is known color: Careys Pink. HEX triplet: D5, 94 and 9E. RGB value is (213,148,158). Sum of RGB (Red+Green+Blue) = 213+148+158=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D5949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5949E is #2A6B61. Grayscale: #A8A8A8. Windows color (decimal): -2780002 or 10392789. OLE color: 10392789.
HSL color Cylindrical-coordinate representation of color #D5949E: hue angle of 350.77º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5949E is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 158 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.16 |
| HSL | 350.77º | 0.44% | 0.71% | - |
| HSV(B) | 350.77º | 0.31% | 0.84% | - |
| XYZ | 44.2 | 37.79 | 37.31 | - |
| YUV | 168.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 158 | 0 | 0.31 | 0.26 | 0.16 | 350.77 | 0.44 | 0.71 |
| Hex | D5 | 94 | 9E | 0 | 1F | 1A | 10 | 15F | 2C | 47 |
| Octal | 325 | 224 | 236 | 0 | 37 | 32 | 20 | 537 | 54 | 107 |
| Binary | 11010101 | 10010100 | 10011110 | 0 | 11111 | 11010 | 10000 | 101011111 | 101100 | 1000111 |
Color Harmonies of #D5949E
Complementary color
Monochromatic Colors of #D5949E
Black with #D5949E
Text Example
Text Example
White with #D5949E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5949E; }
p { color: rgb(213,148,158); }
H1.HeaderClassName
{
color: #D5949E;
}
.AnyTagClassName
{
color: #D5949E;
}
</style>
background-color css
<style>
a { background-color: #D5949E; }
a { background-color: rgb(213,148,158); }
div.DivClassName
{
background-color: #D5949E;
}
.BgClassName
{
background-color: #D5949E;
}
</style>
border-color css
<style>
span { border-color: #D5949E; }
span { border-color: rgb(213,148,158); }
td.TdClassName
{
border-color: #D5949E;
}
.TagClassName
{
border-color: #D5949E;
}
</style>