Shades of Careys Pink #D59AA5
Tints of Careys Pink #D59AA5
RGB
CMYK
RGB Variations
Color information
#D59AA5 (or 0xD59AA5) is known color: Careys Pink. HEX triplet: D5, 9A and A5. RGB value is (213,154,165). Sum of RGB (Red+Green+Blue) = 213+154+165=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59AA5 is #2A655A. Grayscale: #ACACAC. Windows color (decimal): -2778459 or 10853077. OLE color: 10853077.
HSL color Cylindrical-coordinate representation of color #D59AA5: hue angle of 348.81º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59AA5 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 165 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.16 |
| HSL | 348.81º | 0.41% | 0.72% | - |
| HSV(B) | 348.81º | 0.28% | 0.84% | - |
| XYZ | 45.79 | 39.97 | 40.9 | - |
| YUV | 172.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 165 | 0 | 0.28 | 0.23 | 0.16 | 348.81 | 0.41 | 0.72 |
| Hex | D5 | 9A | A5 | 0 | 1C | 17 | 10 | 15D | 29 | 48 |
| Octal | 325 | 232 | 245 | 0 | 34 | 27 | 20 | 535 | 51 | 110 |
| Binary | 11010101 | 10011010 | 10100101 | 0 | 11100 | 10111 | 10000 | 101011101 | 101001 | 1001000 |
Color Harmonies of #D59AA5
Complementary color
Monochromatic Colors of #D59AA5
Black with #D59AA5
Text Example
Text Example
White with #D59AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59AA5; }
p { color: rgb(213,154,165); }
H1.HeaderClassName
{
color: #D59AA5;
}
.AnyTagClassName
{
color: #D59AA5;
}
</style>
background-color css
<style>
a { background-color: #D59AA5; }
a { background-color: rgb(213,154,165); }
div.DivClassName
{
background-color: #D59AA5;
}
.BgClassName
{
background-color: #D59AA5;
}
</style>
border-color css
<style>
span { border-color: #D59AA5; }
span { border-color: rgb(213,154,165); }
td.TdClassName
{
border-color: #D59AA5;
}
.TagClassName
{
border-color: #D59AA5;
}
</style>