Shades of Careys Pink #DA99A0
Tints of Careys Pink #DA99A0
RGB
CMYK
RGB Variations
Color information
#DA99A0 (or 0xDA99A0) is known color: Careys Pink. HEX triplet: DA, 99 and A0. RGB value is (218,153,160). Sum of RGB (Red+Green+Blue) = 218+153+160=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA99A0 is #25665F. Grayscale: #ADADAD. Windows color (decimal): -2451040 or 10525146. OLE color: 10525146.
HSL color Cylindrical-coordinate representation of color #DA99A0: hue angle of 353.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DA99A0 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 160 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.15 |
| HSL | 353.54º | 0.47% | 0.73% | - |
| HSV(B) | 353.54º | 0.3% | 0.85% | - |
| XYZ | 46.65 | 40.23 | 38.56 | - |
| YUV | 173.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 160 | 0 | 0.30 | 0.27 | 0.15 | 353.54 | 0.47 | 0.73 |
| Hex | DA | 99 | A0 | 0 | 1E | 1B | F | 162 | 2F | 49 |
| Octal | 332 | 231 | 240 | 0 | 36 | 33 | 17 | 542 | 57 | 111 |
| Binary | 11011010 | 10011001 | 10100000 | 0 | 11110 | 11011 | 1111 | 101100010 | 101111 | 1001001 |
Color Harmonies of #DA99A0
Complementary color
Monochromatic Colors of #DA99A0
Black with #DA99A0
Text Example
Text Example
White with #DA99A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99A0; }
p { color: rgb(218,153,160); }
H1.HeaderClassName
{
color: #DA99A0;
}
.AnyTagClassName
{
color: #DA99A0;
}
</style>
background-color css
<style>
a { background-color: #DA99A0; }
a { background-color: rgb(218,153,160); }
div.DivClassName
{
background-color: #DA99A0;
}
.BgClassName
{
background-color: #DA99A0;
}
</style>
border-color css
<style>
span { border-color: #DA99A0; }
span { border-color: rgb(218,153,160); }
td.TdClassName
{
border-color: #DA99A0;
}
.TagClassName
{
border-color: #DA99A0;
}
</style>