Shades of Careys Pink #D59D9E
Tints of Careys Pink #D59D9E
RGB
CMYK
RGB Variations
Color information
#D59D9E (or 0xD59D9E) is known color: Careys Pink. HEX triplet: D5, 9D and 9E. RGB value is (213,157,158). Sum of RGB (Red+Green+Blue) = 213+157+158=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59D9E is #2A6261. Grayscale: #ADADAD. Windows color (decimal): -2777698 or 10395093. OLE color: 10395093.
HSL color Cylindrical-coordinate representation of color #D59D9E: hue angle of 358.93º 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 #D59D9E is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 158 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.16 |
| HSL | 358.93º | 0.4% | 0.73% | - |
| HSV(B) | 358.93º | 0.26% | 0.84% | - |
| XYZ | 45.67 | 40.73 | 37.8 | - |
| YUV | 173.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 158 | 0 | 0.26 | 0.26 | 0.16 | 358.93 | 0.4 | 0.73 |
| Hex | D5 | 9D | 9E | 0 | 1A | 1A | 10 | 167 | 28 | 49 |
| Octal | 325 | 235 | 236 | 0 | 32 | 32 | 20 | 547 | 50 | 111 |
| Binary | 11010101 | 10011101 | 10011110 | 0 | 11010 | 11010 | 10000 | 101100111 | 101000 | 1001001 |
Color Harmonies of #D59D9E
Complementary color
Monochromatic Colors of #D59D9E
Black with #D59D9E
Text Example
Text Example
White with #D59D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D9E; }
p { color: rgb(213,157,158); }
H1.HeaderClassName
{
color: #D59D9E;
}
.AnyTagClassName
{
color: #D59D9E;
}
</style>
background-color css
<style>
a { background-color: #D59D9E; }
a { background-color: rgb(213,157,158); }
div.DivClassName
{
background-color: #D59D9E;
}
.BgClassName
{
background-color: #D59D9E;
}
</style>
border-color css
<style>
span { border-color: #D59D9E; }
span { border-color: rgb(213,157,158); }
td.TdClassName
{
border-color: #D59D9E;
}
.TagClassName
{
border-color: #D59D9E;
}
</style>