Shades of Careys Pink #D1949D
Tints of Careys Pink #D1949D
RGB
CMYK
RGB Variations
Color information
#D1949D (or 0xD1949D) is known color: Careys Pink. HEX triplet: D1, 94 and 9D. RGB value is (209,148,157). Sum of RGB (Red+Green+Blue) = 209+148+157=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D1949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1949D is #2E6B62. Grayscale: #A7A7A7. Windows color (decimal): -3042147 or 10327249. OLE color: 10327249.
HSL color Cylindrical-coordinate representation of color #D1949D: hue angle of 351.15º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1949D is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 148 | 157 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.18 |
| HSL | 351.15º | 0.4% | 0.7% | - |
| HSV(B) | 351.15º | 0.29% | 0.82% | - |
| XYZ | 42.97 | 37.17 | 36.81 | - |
| YUV | 167.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 157 | 0 | 0.29 | 0.25 | 0.18 | 351.15 | 0.4 | 0.7 |
| Hex | D1 | 94 | 9D | 0 | 1D | 19 | 12 | 15F | 28 | 46 |
| Octal | 321 | 224 | 235 | 0 | 35 | 31 | 22 | 537 | 50 | 106 |
| Binary | 11010001 | 10010100 | 10011101 | 0 | 11101 | 11001 | 10010 | 101011111 | 101000 | 1000110 |
Color Harmonies of #D1949D
Complementary color
Monochromatic Colors of #D1949D
Black with #D1949D
Text Example
Text Example
White with #D1949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1949D; }
p { color: rgb(209,148,157); }
H1.HeaderClassName
{
color: #D1949D;
}
.AnyTagClassName
{
color: #D1949D;
}
</style>
background-color css
<style>
a { background-color: #D1949D; }
a { background-color: rgb(209,148,157); }
div.DivClassName
{
background-color: #D1949D;
}
.BgClassName
{
background-color: #D1949D;
}
</style>
border-color css
<style>
span { border-color: #D1949D; }
span { border-color: rgb(209,148,157); }
td.TdClassName
{
border-color: #D1949D;
}
.TagClassName
{
border-color: #D1949D;
}
</style>