Shades of Careys Pink #DD99A1
Tints of Careys Pink #DD99A1
RGB
CMYK
RGB Variations
Color information
#DD99A1 (or 0xDD99A1) is known color: Careys Pink. HEX triplet: DD, 99 and A1. RGB value is (221,153,161). Sum of RGB (Red+Green+Blue) = 221+153+161=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD99A1 is #22665E. Grayscale: #AEAEAE. Windows color (decimal): -2254431 or 10590685. OLE color: 10590685.
HSL color Cylindrical-coordinate representation of color #DD99A1: hue angle of 352.94º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD99A1 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 161 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.13 |
| HSL | 352.94º | 0.5% | 0.73% | - |
| HSV(B) | 352.94º | 0.31% | 0.87% | - |
| XYZ | 47.64 | 40.73 | 39.07 | - |
| YUV | 174.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 161 | 0 | 0.31 | 0.27 | 0.13 | 352.94 | 0.5 | 0.73 |
| Hex | DD | 99 | A1 | 0 | 1F | 1B | D | 161 | 32 | 49 |
| Octal | 335 | 231 | 241 | 0 | 37 | 33 | 15 | 541 | 62 | 111 |
| Binary | 11011101 | 10011001 | 10100001 | 0 | 11111 | 11011 | 1101 | 101100001 | 110010 | 1001001 |
Color Harmonies of #DD99A1
Complementary color
Monochromatic Colors of #DD99A1
Black with #DD99A1
Text Example
Text Example
White with #DD99A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99A1; }
p { color: rgb(221,153,161); }
H1.HeaderClassName
{
color: #DD99A1;
}
.AnyTagClassName
{
color: #DD99A1;
}
</style>
background-color css
<style>
a { background-color: #DD99A1; }
a { background-color: rgb(221,153,161); }
div.DivClassName
{
background-color: #DD99A1;
}
.BgClassName
{
background-color: #DD99A1;
}
</style>
border-color css
<style>
span { border-color: #DD99A1; }
span { border-color: rgb(221,153,161); }
td.TdClassName
{
border-color: #DD99A1;
}
.TagClassName
{
border-color: #DD99A1;
}
</style>