Shades of Careys Pink #D59FA0
Tints of Careys Pink #D59FA0
RGB
CMYK
RGB Variations
Color information
#D59FA0 (or 0xD59FA0) is known color: Careys Pink. HEX triplet: D5, 9F and A0. RGB value is (213,159,160). Sum of RGB (Red+Green+Blue) = 213+159+160=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59FA0 is #2A605F. Grayscale: #AFAFAF. Windows color (decimal): -2777184 or 10526677. OLE color: 10526677.
HSL color Cylindrical-coordinate representation of color #D59FA0: hue angle of 358.89º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D59FA0 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 160 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.16 |
| HSL | 358.89º | 0.39% | 0.73% | - |
| HSV(B) | 358.89º | 0.25% | 0.84% | - |
| XYZ | 46.18 | 41.48 | 38.83 | - |
| YUV | 175.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 160 | 0 | 0.25 | 0.25 | 0.16 | 358.89 | 0.39 | 0.73 |
| Hex | D5 | 9F | A0 | 0 | 19 | 19 | 10 | 167 | 27 | 49 |
| Octal | 325 | 237 | 240 | 0 | 31 | 31 | 20 | 547 | 47 | 111 |
| Binary | 11010101 | 10011111 | 10100000 | 0 | 11001 | 11001 | 10000 | 101100111 | 100111 | 1001001 |
Color Harmonies of #D59FA0
Complementary color
Monochromatic Colors of #D59FA0
Black with #D59FA0
Text Example
Text Example
White with #D59FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59FA0; }
p { color: rgb(213,159,160); }
H1.HeaderClassName
{
color: #D59FA0;
}
.AnyTagClassName
{
color: #D59FA0;
}
</style>
background-color css
<style>
a { background-color: #D59FA0; }
a { background-color: rgb(213,159,160); }
div.DivClassName
{
background-color: #D59FA0;
}
.BgClassName
{
background-color: #D59FA0;
}
</style>
border-color css
<style>
span { border-color: #D59FA0; }
span { border-color: rgb(213,159,160); }
td.TdClassName
{
border-color: #D59FA0;
}
.TagClassName
{
border-color: #D59FA0;
}
</style>