Shades of Careys Pink #DA9597
Tints of Careys Pink #DA9597
RGB
CMYK
RGB Variations
Color information
#DA9597 (or 0xDA9597) is known color: Careys Pink. HEX triplet: DA, 95 and 97. RGB value is (218,149,151). Sum of RGB (Red+Green+Blue) = 218+149+151=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9597 is #256A68. Grayscale: #A9A9A9. Windows color (decimal): -2452073 or 9934298. OLE color: 9934298.
HSL color Cylindrical-coordinate representation of color #DA9597: hue angle of 358.26º degrees, saturation: 0.48, 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 #DA9597 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 149 | 151 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.15 |
| HSL | 358.26º | 0.48% | 0.72% | - |
| HSV(B) | 358.26º | 0.32% | 0.85% | - |
| XYZ | 45.25 | 38.63 | 34.35 | - |
| YUV | 169.86 | 117.36 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 149 | 151 | 0 | 0.32 | 0.31 | 0.15 | 358.26 | 0.48 | 0.72 |
| Hex | DA | 95 | 97 | 0 | 20 | 1F | F | 166 | 30 | 48 |
| Octal | 332 | 225 | 227 | 0 | 40 | 37 | 17 | 546 | 60 | 110 |
| Binary | 11011010 | 10010101 | 10010111 | 0 | 100000 | 11111 | 1111 | 101100110 | 110000 | 1001000 |
Color Harmonies of #DA9597
Complementary color
Monochromatic Colors of #DA9597
Black with #DA9597
Text Example
Text Example
White with #DA9597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9597; }
p { color: rgb(218,149,151); }
H1.HeaderClassName
{
color: #DA9597;
}
.AnyTagClassName
{
color: #DA9597;
}
</style>
background-color css
<style>
a { background-color: #DA9597; }
a { background-color: rgb(218,149,151); }
div.DivClassName
{
background-color: #DA9597;
}
.BgClassName
{
background-color: #DA9597;
}
</style>
border-color css
<style>
span { border-color: #DA9597; }
span { border-color: rgb(218,149,151); }
td.TdClassName
{
border-color: #DA9597;
}
.TagClassName
{
border-color: #DA9597;
}
</style>