Shades of Careys Pink #DB9798
Tints of Careys Pink #DB9798
RGB
CMYK
RGB Variations
Color information
#DB9798 (or 0xDB9798) is known color: Careys Pink. HEX triplet: DB, 97 and 98. RGB value is (219,151,152). Sum of RGB (Red+Green+Blue) = 219+151+152=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9798 is #246867. Grayscale: #ABABAB. Windows color (decimal): -2386024 or 10000347. OLE color: 10000347.
HSL color Cylindrical-coordinate representation of color #DB9798: hue angle of 359.12º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB9798 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 152 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.14 |
| HSL | 359.12º | 0.49% | 0.73% | - |
| HSV(B) | 359.12º | 0.31% | 0.86% | - |
| XYZ | 45.95 | 39.46 | 34.9 | - |
| YUV | 171.45 | 117.03 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 152 | 0 | 0.31 | 0.31 | 0.14 | 359.12 | 0.49 | 0.73 |
| Hex | DB | 97 | 98 | 0 | 1F | 1F | E | 167 | 31 | 49 |
| Octal | 333 | 227 | 230 | 0 | 37 | 37 | 16 | 547 | 61 | 111 |
| Binary | 11011011 | 10010111 | 10011000 | 0 | 11111 | 11111 | 1110 | 101100111 | 110001 | 1001001 |
Color Harmonies of #DB9798
Complementary color
Monochromatic Colors of #DB9798
Black with #DB9798
Text Example
Text Example
White with #DB9798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9798; }
p { color: rgb(219,151,152); }
H1.HeaderClassName
{
color: #DB9798;
}
.AnyTagClassName
{
color: #DB9798;
}
</style>
background-color css
<style>
a { background-color: #DB9798; }
a { background-color: rgb(219,151,152); }
div.DivClassName
{
background-color: #DB9798;
}
.BgClassName
{
background-color: #DB9798;
}
</style>
border-color css
<style>
span { border-color: #DB9798; }
span { border-color: rgb(219,151,152); }
td.TdClassName
{
border-color: #DB9798;
}
.TagClassName
{
border-color: #DB9798;
}
</style>