Shades of Careys Pink #D59AA1
Tints of Careys Pink #D59AA1
RGB
CMYK
RGB Variations
Color information
#D59AA1 (or 0xD59AA1) is known color: Careys Pink. HEX triplet: D5, 9A and A1. RGB value is (213,154,161). Sum of RGB (Red+Green+Blue) = 213+154+161=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59AA1 is #2A655E. Grayscale: #ACACAC. Windows color (decimal): -2778463 or 10590933. OLE color: 10590933.
HSL color Cylindrical-coordinate representation of color #D59AA1: hue angle of 352.88º 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 #D59AA1 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 161 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.16 |
| HSL | 352.88º | 0.41% | 0.72% | - |
| HSV(B) | 352.88º | 0.28% | 0.84% | - |
| XYZ | 45.43 | 39.83 | 39.01 | - |
| YUV | 172.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 161 | 0 | 0.28 | 0.24 | 0.16 | 352.88 | 0.41 | 0.72 |
| Hex | D5 | 9A | A1 | 0 | 1C | 18 | 10 | 161 | 29 | 48 |
| Octal | 325 | 232 | 241 | 0 | 34 | 30 | 20 | 541 | 51 | 110 |
| Binary | 11010101 | 10011010 | 10100001 | 0 | 11100 | 11000 | 10000 | 101100001 | 101001 | 1001000 |
Color Harmonies of #D59AA1
Complementary color
Monochromatic Colors of #D59AA1
Black with #D59AA1
Text Example
Text Example
White with #D59AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59AA1; }
p { color: rgb(213,154,161); }
H1.HeaderClassName
{
color: #D59AA1;
}
.AnyTagClassName
{
color: #D59AA1;
}
</style>
background-color css
<style>
a { background-color: #D59AA1; }
a { background-color: rgb(213,154,161); }
div.DivClassName
{
background-color: #D59AA1;
}
.BgClassName
{
background-color: #D59AA1;
}
</style>
border-color css
<style>
span { border-color: #D59AA1; }
span { border-color: rgb(213,154,161); }
td.TdClassName
{
border-color: #D59AA1;
}
.TagClassName
{
border-color: #D59AA1;
}
</style>