Shades of Careys Pink #DB9CA3
Tints of Careys Pink #DB9CA3
RGB
CMYK
RGB Variations
Color information
#DB9CA3 (or 0xDB9CA3) is known color: Careys Pink. HEX triplet: DB, 9C and A3. RGB value is (219,156,163). Sum of RGB (Red+Green+Blue) = 219+156+163=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9CA3 is #24635C. Grayscale: #AFAFAF. Windows color (decimal): -2384733 or 10722523. OLE color: 10722523.
HSL color Cylindrical-coordinate representation of color #DB9CA3: hue angle of 353.33º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9CA3 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 163 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.14 |
| HSL | 353.33º | 0.47% | 0.74% | - |
| HSV(B) | 353.33º | 0.29% | 0.86% | - |
| XYZ | 47.71 | 41.48 | 40.14 | - |
| YUV | 175.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 163 | 0 | 0.29 | 0.26 | 0.14 | 353.33 | 0.47 | 0.74 |
| Hex | DB | 9C | A3 | 0 | 1D | 1A | E | 161 | 2F | 4A |
| Octal | 333 | 234 | 243 | 0 | 35 | 32 | 16 | 541 | 57 | 112 |
| Binary | 11011011 | 10011100 | 10100011 | 0 | 11101 | 11010 | 1110 | 101100001 | 101111 | 1001010 |
Color Harmonies of #DB9CA3
Complementary color
Monochromatic Colors of #DB9CA3
Black with #DB9CA3
Text Example
Text Example
White with #DB9CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CA3; }
p { color: rgb(219,156,163); }
H1.HeaderClassName
{
color: #DB9CA3;
}
.AnyTagClassName
{
color: #DB9CA3;
}
</style>
background-color css
<style>
a { background-color: #DB9CA3; }
a { background-color: rgb(219,156,163); }
div.DivClassName
{
background-color: #DB9CA3;
}
.BgClassName
{
background-color: #DB9CA3;
}
</style>
border-color css
<style>
span { border-color: #DB9CA3; }
span { border-color: rgb(219,156,163); }
td.TdClassName
{
border-color: #DB9CA3;
}
.TagClassName
{
border-color: #DB9CA3;
}
</style>