Shades of Careys Pink #DA98A0
Tints of Careys Pink #DA98A0
RGB
CMYK
RGB Variations
Color information
#DA98A0 (or 0xDA98A0) is known color: Careys Pink. HEX triplet: DA, 98 and A0. RGB value is (218,152,160). Sum of RGB (Red+Green+Blue) = 218+152+160=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA98A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA98A0 is #25675F. Grayscale: #ACACAC. Windows color (decimal): -2451296 or 10524890. OLE color: 10524890.
HSL color Cylindrical-coordinate representation of color #DA98A0: hue angle of 352.73º 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 #DA98A0 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 160 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.15 |
| HSL | 352.73º | 0.47% | 0.73% | - |
| HSV(B) | 352.73º | 0.3% | 0.85% | - |
| XYZ | 46.49 | 39.9 | 38.51 | - |
| YUV | 172.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 160 | 0 | 0.30 | 0.27 | 0.15 | 352.73 | 0.47 | 0.73 |
| Hex | DA | 98 | A0 | 0 | 1E | 1B | F | 161 | 2F | 49 |
| Octal | 332 | 230 | 240 | 0 | 36 | 33 | 17 | 541 | 57 | 111 |
| Binary | 11011010 | 10011000 | 10100000 | 0 | 11110 | 11011 | 1111 | 101100001 | 101111 | 1001001 |
Color Harmonies of #DA98A0
Complementary color
Monochromatic Colors of #DA98A0
Black with #DA98A0
Text Example
Text Example
White with #DA98A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA98A0; }
p { color: rgb(218,152,160); }
H1.HeaderClassName
{
color: #DA98A0;
}
.AnyTagClassName
{
color: #DA98A0;
}
</style>
background-color css
<style>
a { background-color: #DA98A0; }
a { background-color: rgb(218,152,160); }
div.DivClassName
{
background-color: #DA98A0;
}
.BgClassName
{
background-color: #DA98A0;
}
</style>
border-color css
<style>
span { border-color: #DA98A0; }
span { border-color: rgb(218,152,160); }
td.TdClassName
{
border-color: #DA98A0;
}
.TagClassName
{
border-color: #DA98A0;
}
</style>