Shades of Careys Pink #D59DA1
Tints of Careys Pink #D59DA1
RGB
CMYK
RGB Variations
Color information
#D59DA1 (or 0xD59DA1) is known color: Careys Pink. HEX triplet: D5, 9D and A1. RGB value is (213,157,161). Sum of RGB (Red+Green+Blue) = 213+157+161=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59DA1 is #2A625E. Grayscale: #AEAEAE. Windows color (decimal): -2777695 or 10591701. OLE color: 10591701.
HSL color Cylindrical-coordinate representation of color #D59DA1: hue angle of 355.71º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59DA1 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 161 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.16 |
| HSL | 355.71º | 0.4% | 0.73% | - |
| HSV(B) | 355.71º | 0.26% | 0.84% | - |
| XYZ | 45.93 | 40.83 | 39.18 | - |
| YUV | 174.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 161 | 0 | 0.26 | 0.24 | 0.16 | 355.71 | 0.4 | 0.73 |
| Hex | D5 | 9D | A1 | 0 | 1A | 18 | 10 | 164 | 28 | 49 |
| Octal | 325 | 235 | 241 | 0 | 32 | 30 | 20 | 544 | 50 | 111 |
| Binary | 11010101 | 10011101 | 10100001 | 0 | 11010 | 11000 | 10000 | 101100100 | 101000 | 1001001 |
Color Harmonies of #D59DA1
Complementary color
Monochromatic Colors of #D59DA1
Black with #D59DA1
Text Example
Text Example
White with #D59DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59DA1; }
p { color: rgb(213,157,161); }
H1.HeaderClassName
{
color: #D59DA1;
}
.AnyTagClassName
{
color: #D59DA1;
}
</style>
background-color css
<style>
a { background-color: #D59DA1; }
a { background-color: rgb(213,157,161); }
div.DivClassName
{
background-color: #D59DA1;
}
.BgClassName
{
background-color: #D59DA1;
}
</style>
border-color css
<style>
span { border-color: #D59DA1; }
span { border-color: rgb(213,157,161); }
td.TdClassName
{
border-color: #D59DA1;
}
.TagClassName
{
border-color: #D59DA1;
}
</style>