Shades of Shocking #DB97B9
Tints of Shocking #DB97B9
RGB
CMYK
RGB Variations
Color information
#DB97B9 (or 0xDB97B9) is known color: Shocking. HEX triplet: DB, 97 and B9. RGB value is (219,151,185). Sum of RGB (Red+Green+Blue) = 219+151+185=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97B9 is #246846. Grayscale: #AFAFAF. Windows color (decimal): -2385991 or 12163035. OLE color: 12163035.
HSL color Cylindrical-coordinate representation of color #DB97B9: hue angle of 330º 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 #DB97B9 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 151 | 185 | - |
CMYK | 0 | 0.31 | 0.16 | 0.14 |
HSL | 330º | 0.49% | 0.73% | - |
HSV(B) | 330º | 0.31% | 0.86% | - |
XYZ | 49.04 | 40.7 | 51.17 | - |
YUV | 175.21 | 133.53 | 159.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 151 | 185 | 0 | 0.31 | 0.16 | 0.14 | 330 | 0.49 | 0.73 |
Hex | DB | 97 | B9 | 0 | 1F | 10 | E | 14A | 31 | 49 |
Octal | 333 | 227 | 271 | 0 | 37 | 20 | 16 | 512 | 61 | 111 |
Binary | 11011011 | 10010111 | 10111001 | 0 | 11111 | 10000 | 1110 | 101001010 | 110001 | 1001001 |
Color Harmonies of #DB97B9
Complementary color
Monochromatic Colors of #DB97B9
Black with #DB97B9
Text Example
Text Example
White with #DB97B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97B9; }
p { color: rgb(219,151,185); }
H1.HeaderClassName
{
color: #DB97B9;
}
.AnyTagClassName
{
color: #DB97B9;
}
</style>
background-color css
<style>
a { background-color: #DB97B9; }
a { background-color: rgb(219,151,185); }
div.DivClassName
{
background-color: #DB97B9;
}
.BgClassName
{
background-color: #DB97B9;
}
</style>
border-color css
<style>
span { border-color: #DB97B9; }
span { border-color: rgb(219,151,185); }
td.TdClassName
{
border-color: #DB97B9;
}
.TagClassName
{
border-color: #DB97B9;
}
</style>