Shades of Careys Pink #D2949D
Tints of Careys Pink #D2949D
RGB
CMYK
RGB Variations
Color information
#D2949D (or 0xD2949D) is known color: Careys Pink. HEX triplet: D2, 94 and 9D. RGB value is (210,148,157). Sum of RGB (Red+Green+Blue) = 210+148+157=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D2949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2949D is #2D6B62. Grayscale: #A7A7A7. Windows color (decimal): -2976611 or 10327250. OLE color: 10327250.
HSL color Cylindrical-coordinate representation of color #D2949D: hue angle of 351.29º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2949D is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 157 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.18 |
| HSL | 351.29º | 0.41% | 0.7% | - |
| HSV(B) | 351.29º | 0.3% | 0.82% | - |
| XYZ | 43.25 | 37.32 | 36.82 | - |
| YUV | 167.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 157 | 0 | 0.30 | 0.25 | 0.18 | 351.29 | 0.41 | 0.7 |
| Hex | D2 | 94 | 9D | 0 | 1E | 19 | 12 | 15F | 29 | 46 |
| Octal | 322 | 224 | 235 | 0 | 36 | 31 | 22 | 537 | 51 | 106 |
| Binary | 11010010 | 10010100 | 10011101 | 0 | 11110 | 11001 | 10010 | 101011111 | 101001 | 1000110 |
Color Harmonies of #D2949D
Complementary color
Monochromatic Colors of #D2949D
Black with #D2949D
Text Example
Text Example
White with #D2949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2949D; }
p { color: rgb(210,148,157); }
H1.HeaderClassName
{
color: #D2949D;
}
.AnyTagClassName
{
color: #D2949D;
}
</style>
background-color css
<style>
a { background-color: #D2949D; }
a { background-color: rgb(210,148,157); }
div.DivClassName
{
background-color: #D2949D;
}
.BgClassName
{
background-color: #D2949D;
}
</style>
border-color css
<style>
span { border-color: #D2949D; }
span { border-color: rgb(210,148,157); }
td.TdClassName
{
border-color: #D2949D;
}
.TagClassName
{
border-color: #D2949D;
}
</style>