Shades of Careys Pink #DE9BA1
Tints of Careys Pink #DE9BA1
RGB
CMYK
RGB Variations
Color information
#DE9BA1 (or 0xDE9BA1) is known color: Careys Pink. HEX triplet: DE, 9B and A1. RGB value is (222,155,161). Sum of RGB (Red+Green+Blue) = 222+155+161=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9BA1 is #21645E. Grayscale: #AFAFAF. Windows color (decimal): -2188383 or 10591198. OLE color: 10591198.
HSL color Cylindrical-coordinate representation of color #DE9BA1: hue angle of 354.63º 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 #DE9BA1 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 155 | 161 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.13 |
| HSL | 354.63º | 0.5% | 0.74% | - |
| HSV(B) | 354.63º | 0.3% | 0.87% | - |
| XYZ | 48.28 | 41.55 | 39.19 | - |
| YUV | 175.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 161 | 0 | 0.30 | 0.27 | 0.13 | 354.63 | 0.5 | 0.74 |
| Hex | DE | 9B | A1 | 0 | 1E | 1B | D | 163 | 32 | 4A |
| Octal | 336 | 233 | 241 | 0 | 36 | 33 | 15 | 543 | 62 | 112 |
| Binary | 11011110 | 10011011 | 10100001 | 0 | 11110 | 11011 | 1101 | 101100011 | 110010 | 1001010 |
Color Harmonies of #DE9BA1
Complementary color
Monochromatic Colors of #DE9BA1
Black with #DE9BA1
Text Example
Text Example
White with #DE9BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9BA1; }
p { color: rgb(222,155,161); }
H1.HeaderClassName
{
color: #DE9BA1;
}
.AnyTagClassName
{
color: #DE9BA1;
}
</style>
background-color css
<style>
a { background-color: #DE9BA1; }
a { background-color: rgb(222,155,161); }
div.DivClassName
{
background-color: #DE9BA1;
}
.BgClassName
{
background-color: #DE9BA1;
}
</style>
border-color css
<style>
span { border-color: #DE9BA1; }
span { border-color: rgb(222,155,161); }
td.TdClassName
{
border-color: #DE9BA1;
}
.TagClassName
{
border-color: #DE9BA1;
}
</style>