Shades of Careys Pink #D59AA2
Tints of Careys Pink #D59AA2
RGB
CMYK
RGB Variations
Color information
#D59AA2 (or 0xD59AA2) is known color: Careys Pink. HEX triplet: D5, 9A and A2. RGB value is (213,154,162). Sum of RGB (Red+Green+Blue) = 213+154+162=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59AA2 is #2A655D. Grayscale: #ACACAC. Windows color (decimal): -2778462 or 10656469. OLE color: 10656469.
HSL color Cylindrical-coordinate representation of color #D59AA2: hue angle of 351.86º 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 #D59AA2 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 162 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.16 |
| HSL | 351.86º | 0.41% | 0.72% | - |
| HSV(B) | 351.86º | 0.28% | 0.84% | - |
| XYZ | 45.52 | 39.87 | 39.48 | - |
| YUV | 172.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 162 | 0 | 0.28 | 0.24 | 0.16 | 351.86 | 0.41 | 0.72 |
| Hex | D5 | 9A | A2 | 0 | 1C | 18 | 10 | 160 | 29 | 48 |
| Octal | 325 | 232 | 242 | 0 | 34 | 30 | 20 | 540 | 51 | 110 |
| Binary | 11010101 | 10011010 | 10100010 | 0 | 11100 | 11000 | 10000 | 101100000 | 101001 | 1001000 |
Color Harmonies of #D59AA2
Complementary color
Monochromatic Colors of #D59AA2
Black with #D59AA2
Text Example
Text Example
White with #D59AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59AA2; }
p { color: rgb(213,154,162); }
H1.HeaderClassName
{
color: #D59AA2;
}
.AnyTagClassName
{
color: #D59AA2;
}
</style>
background-color css
<style>
a { background-color: #D59AA2; }
a { background-color: rgb(213,154,162); }
div.DivClassName
{
background-color: #D59AA2;
}
.BgClassName
{
background-color: #D59AA2;
}
</style>
border-color css
<style>
span { border-color: #D59AA2; }
span { border-color: rgb(213,154,162); }
td.TdClassName
{
border-color: #D59AA2;
}
.TagClassName
{
border-color: #D59AA2;
}
</style>