Shades of Careys Pink #DB9CA2
Tints of Careys Pink #DB9CA2
RGB
CMYK
RGB Variations
Color information
#DB9CA2 (or 0xDB9CA2) is known color: Careys Pink. HEX triplet: DB, 9C and A2. RGB value is (219,156,162). Sum of RGB (Red+Green+Blue) = 219+156+162=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 162 (63.67% from 255 or 30.17% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9CA2 is #24635D. Grayscale: #AFAFAF. Windows color (decimal): -2384734 or 10656987. OLE color: 10656987.
HSL color Cylindrical-coordinate representation of color #DB9CA2: hue angle of 354.29º 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 #DB9CA2 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 162 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.14 |
| HSL | 354.29º | 0.47% | 0.74% | - |
| HSV(B) | 354.29º | 0.29% | 0.86% | - |
| XYZ | 47.62 | 41.45 | 39.67 | - |
| YUV | 175.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 162 | 0 | 0.29 | 0.26 | 0.14 | 354.29 | 0.47 | 0.74 |
| Hex | DB | 9C | A2 | 0 | 1D | 1A | E | 162 | 2F | 4A |
| Octal | 333 | 234 | 242 | 0 | 35 | 32 | 16 | 542 | 57 | 112 |
| Binary | 11011011 | 10011100 | 10100010 | 0 | 11101 | 11010 | 1110 | 101100010 | 101111 | 1001010 |
Color Harmonies of #DB9CA2
Complementary color
Monochromatic Colors of #DB9CA2
Black with #DB9CA2
Text Example
Text Example
White with #DB9CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CA2; }
p { color: rgb(219,156,162); }
H1.HeaderClassName
{
color: #DB9CA2;
}
.AnyTagClassName
{
color: #DB9CA2;
}
</style>
background-color css
<style>
a { background-color: #DB9CA2; }
a { background-color: rgb(219,156,162); }
div.DivClassName
{
background-color: #DB9CA2;
}
.BgClassName
{
background-color: #DB9CA2;
}
</style>
border-color css
<style>
span { border-color: #DB9CA2; }
span { border-color: rgb(219,156,162); }
td.TdClassName
{
border-color: #DB9CA2;
}
.TagClassName
{
border-color: #DB9CA2;
}
</style>