Shades of Careys Pink #D59BA3
Tints of Careys Pink #D59BA3
RGB
CMYK
RGB Variations
Color information
#D59BA3 (or 0xD59BA3) is known color: Careys Pink. HEX triplet: D5, 9B and A3. RGB value is (213,155,163). Sum of RGB (Red+Green+Blue) = 213+155+163=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 163 (64.06% from 255 or 30.70% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59BA3 is #2A645C. Grayscale: #ADADAD. Windows color (decimal): -2778205 or 10722261. OLE color: 10722261.
HSL color Cylindrical-coordinate representation of color #D59BA3: hue angle of 351.72º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59BA3 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 163 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.16 |
| HSL | 351.72º | 0.41% | 0.72% | - |
| HSV(B) | 351.72º | 0.27% | 0.84% | - |
| XYZ | 45.77 | 40.23 | 40 | - |
| YUV | 173.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 163 | 0 | 0.27 | 0.23 | 0.16 | 351.72 | 0.41 | 0.72 |
| Hex | D5 | 9B | A3 | 0 | 1B | 17 | 10 | 160 | 29 | 48 |
| Octal | 325 | 233 | 243 | 0 | 33 | 27 | 20 | 540 | 51 | 110 |
| Binary | 11010101 | 10011011 | 10100011 | 0 | 11011 | 10111 | 10000 | 101100000 | 101001 | 1001000 |
Color Harmonies of #D59BA3
Complementary color
Monochromatic Colors of #D59BA3
Black with #D59BA3
Text Example
Text Example
White with #D59BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59BA3; }
p { color: rgb(213,155,163); }
H1.HeaderClassName
{
color: #D59BA3;
}
.AnyTagClassName
{
color: #D59BA3;
}
</style>
background-color css
<style>
a { background-color: #D59BA3; }
a { background-color: rgb(213,155,163); }
div.DivClassName
{
background-color: #D59BA3;
}
.BgClassName
{
background-color: #D59BA3;
}
</style>
border-color css
<style>
span { border-color: #D59BA3; }
span { border-color: rgb(213,155,163); }
td.TdClassName
{
border-color: #D59BA3;
}
.TagClassName
{
border-color: #D59BA3;
}
</style>