Shades of Careys Pink #DE9AA1
Tints of Careys Pink #DE9AA1
RGB
CMYK
RGB Variations
Color information
#DE9AA1 (or 0xDE9AA1) is known color: Careys Pink. HEX triplet: DE, 9A and A1. RGB value is (222,154,161). Sum of RGB (Red+Green+Blue) = 222+154+161=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 154 (60.55% from 255 or 28.68% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9AA1 is #21655E. Grayscale: #AFAFAF. Windows color (decimal): -2188639 or 10590942. OLE color: 10590942.
HSL color Cylindrical-coordinate representation of color #DE9AA1: hue angle of 353.82º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE9AA1 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 154 | 161 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.13 |
| HSL | 353.82º | 0.51% | 0.74% | - |
| HSV(B) | 353.82º | 0.31% | 0.87% | - |
| XYZ | 48.11 | 41.21 | 39.14 | - |
| YUV | 175.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 154 | 161 | 0 | 0.31 | 0.27 | 0.13 | 353.82 | 0.51 | 0.74 |
| Hex | DE | 9A | A1 | 0 | 1F | 1B | D | 162 | 33 | 4A |
| Octal | 336 | 232 | 241 | 0 | 37 | 33 | 15 | 542 | 63 | 112 |
| Binary | 11011110 | 10011010 | 10100001 | 0 | 11111 | 11011 | 1101 | 101100010 | 110011 | 1001010 |
Color Harmonies of #DE9AA1
Complementary color
Monochromatic Colors of #DE9AA1
Black with #DE9AA1
Text Example
Text Example
White with #DE9AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9AA1; }
p { color: rgb(222,154,161); }
H1.HeaderClassName
{
color: #DE9AA1;
}
.AnyTagClassName
{
color: #DE9AA1;
}
</style>
background-color css
<style>
a { background-color: #DE9AA1; }
a { background-color: rgb(222,154,161); }
div.DivClassName
{
background-color: #DE9AA1;
}
.BgClassName
{
background-color: #DE9AA1;
}
</style>
border-color css
<style>
span { border-color: #DE9AA1; }
span { border-color: rgb(222,154,161); }
td.TdClassName
{
border-color: #DE9AA1;
}
.TagClassName
{
border-color: #DE9AA1;
}
</style>