Shades of Careys Pink #DA9495
Tints of Careys Pink #DA9495
RGB
CMYK
RGB Variations
Color information
#DA9495 (or 0xDA9495) is known color: Careys Pink. HEX triplet: DA, 94 and 95. RGB value is (218,148,149). Sum of RGB (Red+Green+Blue) = 218+148+149=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9495 is #256B6A. Grayscale: #A9A9A9. Windows color (decimal): -2452331 or 9802970. OLE color: 9802970.
HSL color Cylindrical-coordinate representation of color #DA9495: hue angle of 359.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DA9495 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 148 | 149 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.15 |
| HSL | 359.14º | 0.49% | 0.72% | - |
| HSV(B) | 359.14º | 0.32% | 0.85% | - |
| XYZ | 44.93 | 38.26 | 33.45 | - |
| YUV | 169.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 149 | 0 | 0.32 | 0.32 | 0.15 | 359.14 | 0.49 | 0.72 |
| Hex | DA | 94 | 95 | 0 | 20 | 20 | F | 167 | 31 | 48 |
| Octal | 332 | 224 | 225 | 0 | 40 | 40 | 17 | 547 | 61 | 110 |
| Binary | 11011010 | 10010100 | 10010101 | 0 | 100000 | 100000 | 1111 | 101100111 | 110001 | 1001000 |
Color Harmonies of #DA9495
Complementary color
Monochromatic Colors of #DA9495
Black with #DA9495
Text Example
Text Example
White with #DA9495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9495; }
p { color: rgb(218,148,149); }
H1.HeaderClassName
{
color: #DA9495;
}
.AnyTagClassName
{
color: #DA9495;
}
</style>
background-color css
<style>
a { background-color: #DA9495; }
a { background-color: rgb(218,148,149); }
div.DivClassName
{
background-color: #DA9495;
}
.BgClassName
{
background-color: #DA9495;
}
</style>
border-color css
<style>
span { border-color: #DA9495; }
span { border-color: rgb(218,148,149); }
td.TdClassName
{
border-color: #DA9495;
}
.TagClassName
{
border-color: #DA9495;
}
</style>