Shades of Shocking #DB97C5
Tints of Shocking #DB97C5
RGB
CMYK
RGB Variations
Color information
#DB97C5 (or 0xDB97C5) is known color: Shocking. HEX triplet: DB, 97 and C5. RGB value is (219,151,197). Sum of RGB (Red+Green+Blue) = 219+151+197=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97C5 is #24683A. Grayscale: #B0B0B0. Windows color (decimal): -2385979 or 12949467. OLE color: 12949467.
HSL color Cylindrical-coordinate representation of color #DB97C5: hue angle of 319.41º 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 #DB97C5 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 197 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.14 |
| HSL | 319.41º | 0.49% | 0.73% | - |
| HSV(B) | 319.41º | 0.31% | 0.86% | - |
| XYZ | 50.36 | 41.22 | 58.13 | - |
| YUV | 176.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 197 | 0 | 0.31 | 0.10 | 0.14 | 319.41 | 0.49 | 0.73 |
| Hex | DB | 97 | C5 | 0 | 1F | A | E | 13F | 31 | 49 |
| Octal | 333 | 227 | 305 | 0 | 37 | 12 | 16 | 477 | 61 | 111 |
| Binary | 11011011 | 10010111 | 11000101 | 0 | 11111 | 1010 | 1110 | 100111111 | 110001 | 1001001 |
Color Harmonies of #DB97C5
Complementary color
Monochromatic Colors of #DB97C5
Black with #DB97C5
Text Example
Text Example
White with #DB97C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97C5; }
p { color: rgb(219,151,197); }
H1.HeaderClassName
{
color: #DB97C5;
}
.AnyTagClassName
{
color: #DB97C5;
}
</style>
background-color css
<style>
a { background-color: #DB97C5; }
a { background-color: rgb(219,151,197); }
div.DivClassName
{
background-color: #DB97C5;
}
.BgClassName
{
background-color: #DB97C5;
}
</style>
border-color css
<style>
span { border-color: #DB97C5; }
span { border-color: rgb(219,151,197); }
td.TdClassName
{
border-color: #DB97C5;
}
.TagClassName
{
border-color: #DB97C5;
}
</style>