Shades of Careys Pink #DA9B9F
Tints of Careys Pink #DA9B9F
RGB
CMYK
RGB Variations
Color information
#DA9B9F (or 0xDA9B9F) is known color: Careys Pink. HEX triplet: DA, 9B and 9F. RGB value is (218,155,159). Sum of RGB (Red+Green+Blue) = 218+155+159=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9B9F is #256460. Grayscale: #AEAEAE. Windows color (decimal): -2450529 or 10460122. OLE color: 10460122.
HSL color Cylindrical-coordinate representation of color #DA9B9F: hue angle of 356.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9B9F is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 155 | 159 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.15 |
| HSL | 356.19º | 0.46% | 0.73% | - |
| HSV(B) | 356.19º | 0.29% | 0.85% | - |
| XYZ | 46.89 | 40.85 | 38.21 | - |
| YUV | 174.29 | 119.37 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 155 | 159 | 0 | 0.29 | 0.27 | 0.15 | 356.19 | 0.46 | 0.73 |
| Hex | DA | 9B | 9F | 0 | 1D | 1B | F | 164 | 2E | 49 |
| Octal | 332 | 233 | 237 | 0 | 35 | 33 | 17 | 544 | 56 | 111 |
| Binary | 11011010 | 10011011 | 10011111 | 0 | 11101 | 11011 | 1111 | 101100100 | 101110 | 1001001 |
Color Harmonies of #DA9B9F
Complementary color
Monochromatic Colors of #DA9B9F
Black with #DA9B9F
Text Example
Text Example
White with #DA9B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9B9F; }
p { color: rgb(218,155,159); }
H1.HeaderClassName
{
color: #DA9B9F;
}
.AnyTagClassName
{
color: #DA9B9F;
}
</style>
background-color css
<style>
a { background-color: #DA9B9F; }
a { background-color: rgb(218,155,159); }
div.DivClassName
{
background-color: #DA9B9F;
}
.BgClassName
{
background-color: #DA9B9F;
}
</style>
border-color css
<style>
span { border-color: #DA9B9F; }
span { border-color: rgb(218,155,159); }
td.TdClassName
{
border-color: #DA9B9F;
}
.TagClassName
{
border-color: #DA9B9F;
}
</style>