Shades of Careys Pink #D59293
Tints of Careys Pink #D59293
RGB
CMYK
RGB Variations
Color information
#D59293 (or 0xD59293) is known color: Careys Pink. HEX triplet: D5, 92 and 93. RGB value is (213,146,147). Sum of RGB (Red+Green+Blue) = 213+146+147=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D59293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59293 is #2A6D6C. Grayscale: #A6A6A6. Windows color (decimal): -2780525 or 9671381. OLE color: 9671381.
HSL color Cylindrical-coordinate representation of color #D59293: hue angle of 359.1º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D59293 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 147 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.16 |
| HSL | 359.1º | 0.44% | 0.7% | - |
| HSV(B) | 359.1º | 0.31% | 0.84% | - |
| XYZ | 42.99 | 36.81 | 32.44 | - |
| YUV | 166.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 147 | 0 | 0.31 | 0.31 | 0.16 | 359.1 | 0.44 | 0.7 |
| Hex | D5 | 92 | 93 | 0 | 1F | 1F | 10 | 167 | 2C | 46 |
| Octal | 325 | 222 | 223 | 0 | 37 | 37 | 20 | 547 | 54 | 106 |
| Binary | 11010101 | 10010010 | 10010011 | 0 | 11111 | 11111 | 10000 | 101100111 | 101100 | 1000110 |
Color Harmonies of #D59293
Complementary color
Monochromatic Colors of #D59293
Black with #D59293
Text Example
Text Example
White with #D59293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59293; }
p { color: rgb(213,146,147); }
H1.HeaderClassName
{
color: #D59293;
}
.AnyTagClassName
{
color: #D59293;
}
</style>
background-color css
<style>
a { background-color: #D59293; }
a { background-color: rgb(213,146,147); }
div.DivClassName
{
background-color: #D59293;
}
.BgClassName
{
background-color: #D59293;
}
</style>
border-color css
<style>
span { border-color: #D59293; }
span { border-color: rgb(213,146,147); }
td.TdClassName
{
border-color: #D59293;
}
.TagClassName
{
border-color: #D59293;
}
</style>