Shades of Careys Pink #DC99A1
Tints of Careys Pink #DC99A1
RGB
CMYK
RGB Variations
Color information
#DC99A1 (or 0xDC99A1) is known color: Careys Pink. HEX triplet: DC, 99 and A1. RGB value is (220,153,161). Sum of RGB (Red+Green+Blue) = 220+153+161=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC99A1 is #23665E. Grayscale: #ADADAD. Windows color (decimal): -2319967 or 10590684. OLE color: 10590684.
HSL color Cylindrical-coordinate representation of color #DC99A1: hue angle of 352.84º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC99A1 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 161 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.14 |
| HSL | 352.84º | 0.49% | 0.73% | - |
| HSV(B) | 352.84º | 0.3% | 0.86% | - |
| XYZ | 47.34 | 40.57 | 39.05 | - |
| YUV | 173.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 161 | 0 | 0.30 | 0.27 | 0.14 | 352.84 | 0.49 | 0.73 |
| Hex | DC | 99 | A1 | 0 | 1E | 1B | E | 161 | 31 | 49 |
| Octal | 334 | 231 | 241 | 0 | 36 | 33 | 16 | 541 | 61 | 111 |
| Binary | 11011100 | 10011001 | 10100001 | 0 | 11110 | 11011 | 1110 | 101100001 | 110001 | 1001001 |
Color Harmonies of #DC99A1
Complementary color
Monochromatic Colors of #DC99A1
Black with #DC99A1
Text Example
Text Example
White with #DC99A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99A1; }
p { color: rgb(220,153,161); }
H1.HeaderClassName
{
color: #DC99A1;
}
.AnyTagClassName
{
color: #DC99A1;
}
</style>
background-color css
<style>
a { background-color: #DC99A1; }
a { background-color: rgb(220,153,161); }
div.DivClassName
{
background-color: #DC99A1;
}
.BgClassName
{
background-color: #DC99A1;
}
</style>
border-color css
<style>
span { border-color: #DC99A1; }
span { border-color: rgb(220,153,161); }
td.TdClassName
{
border-color: #DC99A1;
}
.TagClassName
{
border-color: #DC99A1;
}
</style>