Shades of Careys Pink #DB9C9E
Tints of Careys Pink #DB9C9E
RGB
CMYK
RGB Variations
Color information
#DB9C9E (or 0xDB9C9E) is known color: Careys Pink. HEX triplet: DB, 9C and 9E. RGB value is (219,156,158). Sum of RGB (Red+Green+Blue) = 219+156+158=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C9E is #246361. Grayscale: #AFAFAF. Windows color (decimal): -2384738 or 10394843. OLE color: 10394843.
HSL color Cylindrical-coordinate representation of color #DB9C9E: hue angle of 358.1º 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 #DB9C9E is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 156 | 158 | - |
CMYK | 0 | 0.29 | 0.28 | 0.14 |
HSL | 358.1º | 0.47% | 0.74% | - |
HSV(B) | 358.1º | 0.29% | 0.86% | - |
XYZ | 47.27 | 41.31 | 37.83 | - |
YUV | 175.07 | 118.37 | 159.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 156 | 158 | 0 | 0.29 | 0.28 | 0.14 | 358.1 | 0.47 | 0.74 |
Hex | DB | 9C | 9E | 0 | 1D | 1C | E | 166 | 2F | 4A |
Octal | 333 | 234 | 236 | 0 | 35 | 34 | 16 | 546 | 57 | 112 |
Binary | 11011011 | 10011100 | 10011110 | 0 | 11101 | 11100 | 1110 | 101100110 | 101111 | 1001010 |
Color Harmonies of #DB9C9E
Complementary color
Monochromatic Colors of #DB9C9E
Black with #DB9C9E
Text Example
Text Example
White with #DB9C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C9E; }
p { color: rgb(219,156,158); }
H1.HeaderClassName
{
color: #DB9C9E;
}
.AnyTagClassName
{
color: #DB9C9E;
}
</style>
background-color css
<style>
a { background-color: #DB9C9E; }
a { background-color: rgb(219,156,158); }
div.DivClassName
{
background-color: #DB9C9E;
}
.BgClassName
{
background-color: #DB9C9E;
}
</style>
border-color css
<style>
span { border-color: #DB9C9E; }
span { border-color: rgb(219,156,158); }
td.TdClassName
{
border-color: #DB9C9E;
}
.TagClassName
{
border-color: #DB9C9E;
}
</style>