Shades of Careys Pink #DE99A0
Tints of Careys Pink #DE99A0
RGB
CMYK
RGB Variations
Color information
#DE99A0 (or 0xDE99A0) is known color: Careys Pink. HEX triplet: DE, 99 and A0. RGB value is (222,153,160). Sum of RGB (Red+Green+Blue) = 222+153+160=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE99A0 is #21665F. Grayscale: #AEAEAE. Windows color (decimal): -2188896 or 10525150. OLE color: 10525150.
HSL color Cylindrical-coordinate representation of color #DE99A0: hue angle of 353.91º 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 #DE99A0 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 153 | 160 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.13 |
| HSL | 353.91º | 0.51% | 0.74% | - |
| HSV(B) | 353.91º | 0.31% | 0.87% | - |
| XYZ | 47.86 | 40.85 | 38.62 | - |
| YUV | 174.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 160 | 0 | 0.31 | 0.28 | 0.13 | 353.91 | 0.51 | 0.74 |
| Hex | DE | 99 | A0 | 0 | 1F | 1C | D | 162 | 33 | 4A |
| Octal | 336 | 231 | 240 | 0 | 37 | 34 | 15 | 542 | 63 | 112 |
| Binary | 11011110 | 10011001 | 10100000 | 0 | 11111 | 11100 | 1101 | 101100010 | 110011 | 1001010 |
Color Harmonies of #DE99A0
Complementary color
Monochromatic Colors of #DE99A0
Black with #DE99A0
Text Example
Text Example
White with #DE99A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE99A0; }
p { color: rgb(222,153,160); }
H1.HeaderClassName
{
color: #DE99A0;
}
.AnyTagClassName
{
color: #DE99A0;
}
</style>
background-color css
<style>
a { background-color: #DE99A0; }
a { background-color: rgb(222,153,160); }
div.DivClassName
{
background-color: #DE99A0;
}
.BgClassName
{
background-color: #DE99A0;
}
</style>
border-color css
<style>
span { border-color: #DE99A0; }
span { border-color: rgb(222,153,160); }
td.TdClassName
{
border-color: #DE99A0;
}
.TagClassName
{
border-color: #DE99A0;
}
</style>