Shades of Careys Pink #D59AA4
Tints of Careys Pink #D59AA4
RGB
CMYK
RGB Variations
Color information
#D59AA4 (or 0xD59AA4) is known color: Careys Pink. HEX triplet: D5, 9A and A4. RGB value is (213,154,164). Sum of RGB (Red+Green+Blue) = 213+154+164=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D59AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59AA4 is #2A655B. Grayscale: #ACACAC. Windows color (decimal): -2778460 or 10787541. OLE color: 10787541.
HSL color Cylindrical-coordinate representation of color #D59AA4: hue angle of 349.83º 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 #D59AA4 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 154 | 164 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.16 |
| HSL | 349.83º | 0.41% | 0.72% | - |
| HSV(B) | 349.83º | 0.28% | 0.84% | - |
| XYZ | 45.7 | 39.94 | 40.42 | - |
| YUV | 172.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 164 | 0 | 0.28 | 0.23 | 0.16 | 349.83 | 0.41 | 0.72 |
| Hex | D5 | 9A | A4 | 0 | 1C | 17 | 10 | 15E | 29 | 48 |
| Octal | 325 | 232 | 244 | 0 | 34 | 27 | 20 | 536 | 51 | 110 |
| Binary | 11010101 | 10011010 | 10100100 | 0 | 11100 | 10111 | 10000 | 101011110 | 101001 | 1001000 |
Color Harmonies of #D59AA4
Complementary color
Monochromatic Colors of #D59AA4
Black with #D59AA4
Text Example
Text Example
White with #D59AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59AA4; }
p { color: rgb(213,154,164); }
H1.HeaderClassName
{
color: #D59AA4;
}
.AnyTagClassName
{
color: #D59AA4;
}
</style>
background-color css
<style>
a { background-color: #D59AA4; }
a { background-color: rgb(213,154,164); }
div.DivClassName
{
background-color: #D59AA4;
}
.BgClassName
{
background-color: #D59AA4;
}
</style>
border-color css
<style>
span { border-color: #D59AA4; }
span { border-color: rgb(213,154,164); }
td.TdClassName
{
border-color: #D59AA4;
}
.TagClassName
{
border-color: #D59AA4;
}
</style>