Shades of Careys Pink #D4979D
Tints of Careys Pink #D4979D
RGB
CMYK
RGB Variations
Color information
#D4979D (or 0xD4979D) is known color: Careys Pink. HEX triplet: D4, 97 and 9D. RGB value is (212,151,157). Sum of RGB (Red+Green+Blue) = 212+151+157=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D4979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4979D is #2B6862. Grayscale: #A9A9A9. Windows color (decimal): -2844771 or 10328020. OLE color: 10328020.
HSL color Cylindrical-coordinate representation of color #D4979D: hue angle of 354.1º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4979D is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 151 | 157 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.17 |
| HSL | 354.1º | 0.41% | 0.71% | - |
| HSV(B) | 354.1º | 0.29% | 0.83% | - |
| XYZ | 44.3 | 38.56 | 37.01 | - |
| YUV | 169.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 157 | 0 | 0.29 | 0.26 | 0.17 | 354.1 | 0.41 | 0.71 |
| Hex | D4 | 97 | 9D | 0 | 1D | 1A | 11 | 162 | 29 | 47 |
| Octal | 324 | 227 | 235 | 0 | 35 | 32 | 21 | 542 | 51 | 107 |
| Binary | 11010100 | 10010111 | 10011101 | 0 | 11101 | 11010 | 10001 | 101100010 | 101001 | 1000111 |
Color Harmonies of #D4979D
Complementary color
Monochromatic Colors of #D4979D
Black with #D4979D
Text Example
Text Example
White with #D4979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4979D; }
p { color: rgb(212,151,157); }
H1.HeaderClassName
{
color: #D4979D;
}
.AnyTagClassName
{
color: #D4979D;
}
</style>
background-color css
<style>
a { background-color: #D4979D; }
a { background-color: rgb(212,151,157); }
div.DivClassName
{
background-color: #D4979D;
}
.BgClassName
{
background-color: #D4979D;
}
</style>
border-color css
<style>
span { border-color: #D4979D; }
span { border-color: rgb(212,151,157); }
td.TdClassName
{
border-color: #D4979D;
}
.TagClassName
{
border-color: #D4979D;
}
</style>