Shades of Careys Pink #DA99A3
Tints of Careys Pink #DA99A3
RGB
CMYK
RGB Variations
Color information
#DA99A3 (or 0xDA99A3) is known color: Careys Pink. HEX triplet: DA, 99 and A3. RGB value is (218,153,163). Sum of RGB (Red+Green+Blue) = 218+153+163=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 163 (64.06% from 255 or 30.52% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DA99A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA99A3 is #25665C. Grayscale: #ADADAD. Windows color (decimal): -2451037 or 10721754. OLE color: 10721754.
HSL color Cylindrical-coordinate representation of color #DA99A3: hue angle of 350.77º 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 #DA99A3 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 153 | 163 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.15 |
| HSL | 350.77º | 0.47% | 0.73% | - |
| HSV(B) | 350.77º | 0.3% | 0.85% | - |
| XYZ | 46.92 | 40.33 | 39.96 | - |
| YUV | 173.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 153 | 163 | 0 | 0.30 | 0.25 | 0.15 | 350.77 | 0.47 | 0.73 |
| Hex | DA | 99 | A3 | 0 | 1E | 19 | F | 15F | 2F | 49 |
| Octal | 332 | 231 | 243 | 0 | 36 | 31 | 17 | 537 | 57 | 111 |
| Binary | 11011010 | 10011001 | 10100011 | 0 | 11110 | 11001 | 1111 | 101011111 | 101111 | 1001001 |
Color Harmonies of #DA99A3
Complementary color
Monochromatic Colors of #DA99A3
Black with #DA99A3
Text Example
Text Example
White with #DA99A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA99A3; }
p { color: rgb(218,153,163); }
H1.HeaderClassName
{
color: #DA99A3;
}
.AnyTagClassName
{
color: #DA99A3;
}
</style>
background-color css
<style>
a { background-color: #DA99A3; }
a { background-color: rgb(218,153,163); }
div.DivClassName
{
background-color: #DA99A3;
}
.BgClassName
{
background-color: #DA99A3;
}
</style>
border-color css
<style>
span { border-color: #DA99A3; }
span { border-color: rgb(218,153,163); }
td.TdClassName
{
border-color: #DA99A3;
}
.TagClassName
{
border-color: #DA99A3;
}
</style>