Shades of Careys Pink #D59E9F
Tints of Careys Pink #D59E9F
RGB
CMYK
RGB Variations
Color information
#D59E9F (or 0xD59E9F) is known color: Careys Pink. HEX triplet: D5, 9E and 9F. RGB value is (213,158,159). Sum of RGB (Red+Green+Blue) = 213+158+159=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59E9F is #2A6160. Grayscale: #AEAEAE. Windows color (decimal): -2777441 or 10460885. OLE color: 10460885.
HSL color Cylindrical-coordinate representation of color #D59E9F: hue angle of 358.91º 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 #D59E9F is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 159 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.16 |
| HSL | 358.91º | 0.4% | 0.73% | - |
| HSV(B) | 358.91º | 0.26% | 0.84% | - |
| XYZ | 45.93 | 41.1 | 38.31 | - |
| YUV | 174.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 159 | 0 | 0.26 | 0.25 | 0.16 | 358.91 | 0.4 | 0.73 |
| Hex | D5 | 9E | 9F | 0 | 1A | 19 | 10 | 167 | 28 | 49 |
| Octal | 325 | 236 | 237 | 0 | 32 | 31 | 20 | 547 | 50 | 111 |
| Binary | 11010101 | 10011110 | 10011111 | 0 | 11010 | 11001 | 10000 | 101100111 | 101000 | 1001001 |
Color Harmonies of #D59E9F
Complementary color
Monochromatic Colors of #D59E9F
Black with #D59E9F
Text Example
Text Example
White with #D59E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59E9F; }
p { color: rgb(213,158,159); }
H1.HeaderClassName
{
color: #D59E9F;
}
.AnyTagClassName
{
color: #D59E9F;
}
</style>
background-color css
<style>
a { background-color: #D59E9F; }
a { background-color: rgb(213,158,159); }
div.DivClassName
{
background-color: #D59E9F;
}
.BgClassName
{
background-color: #D59E9F;
}
</style>
border-color css
<style>
span { border-color: #D59E9F; }
span { border-color: rgb(213,158,159); }
td.TdClassName
{
border-color: #D59E9F;
}
.TagClassName
{
border-color: #D59E9F;
}
</style>