Shades of Careys Pink #DE9CA1
Tints of Careys Pink #DE9CA1
RGB
CMYK
RGB Variations
Color information
#DE9CA1 (or 0xDE9CA1) is known color: Careys Pink. HEX triplet: DE, 9C and A1. RGB value is (222,156,161). Sum of RGB (Red+Green+Blue) = 222+156+161=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9CA1 is #21635E. Grayscale: #B0B0B0. Windows color (decimal): -2188127 or 10591454. OLE color: 10591454.
HSL color Cylindrical-coordinate representation of color #DE9CA1: hue angle of 355.45º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9CA1 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 156 | 161 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.13 |
| HSL | 355.45º | 0.5% | 0.74% | - |
| HSV(B) | 355.45º | 0.3% | 0.87% | - |
| XYZ | 48.45 | 41.88 | 39.25 | - |
| YUV | 176.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 161 | 0 | 0.30 | 0.27 | 0.13 | 355.45 | 0.5 | 0.74 |
| Hex | DE | 9C | A1 | 0 | 1E | 1B | D | 163 | 32 | 4A |
| Octal | 336 | 234 | 241 | 0 | 36 | 33 | 15 | 543 | 62 | 112 |
| Binary | 11011110 | 10011100 | 10100001 | 0 | 11110 | 11011 | 1101 | 101100011 | 110010 | 1001010 |
Color Harmonies of #DE9CA1
Complementary color
Monochromatic Colors of #DE9CA1
Black with #DE9CA1
Text Example
Text Example
White with #DE9CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CA1; }
p { color: rgb(222,156,161); }
H1.HeaderClassName
{
color: #DE9CA1;
}
.AnyTagClassName
{
color: #DE9CA1;
}
</style>
background-color css
<style>
a { background-color: #DE9CA1; }
a { background-color: rgb(222,156,161); }
div.DivClassName
{
background-color: #DE9CA1;
}
.BgClassName
{
background-color: #DE9CA1;
}
</style>
border-color css
<style>
span { border-color: #DE9CA1; }
span { border-color: rgb(222,156,161); }
td.TdClassName
{
border-color: #DE9CA1;
}
.TagClassName
{
border-color: #DE9CA1;
}
</style>