Shades of Careys Pink #DA99A2
Tints of Careys Pink #DA99A2
RGB
CMYK
RGB Variations
Color information
#DA99A2 (or 0xDA99A2) is known color: Careys Pink. HEX triplet: DA, 99 and A2. RGB value is (218,153,162). Sum of RGB (Red+Green+Blue) = 218+153+162=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA99A2 is #25665D. Grayscale: #ADADAD. Windows color (decimal): -2451038 or 10656218. OLE color: 10656218.
HSL color Cylindrical-coordinate representation of color #DA99A2: hue angle of 351.69º 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 #DA99A2 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 162 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.15 |
| HSL | 351.69º | 0.47% | 0.73% | - |
| HSV(B) | 351.69º | 0.3% | 0.85% | - |
| XYZ | 46.83 | 40.3 | 39.49 | - |
| YUV | 173.46 | 121.53 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 162 | 0 | 0.30 | 0.26 | 0.15 | 351.69 | 0.47 | 0.73 |
| Hex | DA | 99 | A2 | 0 | 1E | 1A | F | 160 | 2F | 49 |
| Octal | 332 | 231 | 242 | 0 | 36 | 32 | 17 | 540 | 57 | 111 |
| Binary | 11011010 | 10011001 | 10100010 | 0 | 11110 | 11010 | 1111 | 101100000 | 101111 | 1001001 |
Color Harmonies of #DA99A2
Complementary color
Monochromatic Colors of #DA99A2
Black with #DA99A2
Text Example
Text Example
White with #DA99A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99A2; }
p { color: rgb(218,153,162); }
H1.HeaderClassName
{
color: #DA99A2;
}
.AnyTagClassName
{
color: #DA99A2;
}
</style>
background-color css
<style>
a { background-color: #DA99A2; }
a { background-color: rgb(218,153,162); }
div.DivClassName
{
background-color: #DA99A2;
}
.BgClassName
{
background-color: #DA99A2;
}
</style>
border-color css
<style>
span { border-color: #DA99A2; }
span { border-color: rgb(218,153,162); }
td.TdClassName
{
border-color: #DA99A2;
}
.TagClassName
{
border-color: #DA99A2;
}
</style>