Shades of Shocking #DB97C1
Tints of Shocking #DB97C1
RGB
CMYK
RGB Variations
Color information
#DB97C1 (or 0xDB97C1) is known color: Shocking. HEX triplet: DB, 97 and C1. RGB value is (219,151,193). Sum of RGB (Red+Green+Blue) = 219+151+193=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97C1 is #24683E. Grayscale: #B0B0B0. Windows color (decimal): -2385983 or 12687323. OLE color: 12687323.
HSL color Cylindrical-coordinate representation of color #DB97C1: hue angle of 322.94º 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 #DB97C1 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 193 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.14 |
| HSL | 322.94º | 0.49% | 0.73% | - |
| HSV(B) | 322.94º | 0.31% | 0.86% | - |
| XYZ | 49.91 | 41.04 | 55.74 | - |
| YUV | 176.12 | 137.53 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 193 | 0 | 0.31 | 0.12 | 0.14 | 322.94 | 0.49 | 0.73 |
| Hex | DB | 97 | C1 | 0 | 1F | C | E | 143 | 31 | 49 |
| Octal | 333 | 227 | 301 | 0 | 37 | 14 | 16 | 503 | 61 | 111 |
| Binary | 11011011 | 10010111 | 11000001 | 0 | 11111 | 1100 | 1110 | 101000011 | 110001 | 1001001 |
Color Harmonies of #DB97C1
Complementary color
Monochromatic Colors of #DB97C1
Black with #DB97C1
Text Example
Text Example
White with #DB97C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97C1; }
p { color: rgb(219,151,193); }
H1.HeaderClassName
{
color: #DB97C1;
}
.AnyTagClassName
{
color: #DB97C1;
}
</style>
background-color css
<style>
a { background-color: #DB97C1; }
a { background-color: rgb(219,151,193); }
div.DivClassName
{
background-color: #DB97C1;
}
.BgClassName
{
background-color: #DB97C1;
}
</style>
border-color css
<style>
span { border-color: #DB97C1; }
span { border-color: rgb(219,151,193); }
td.TdClassName
{
border-color: #DB97C1;
}
.TagClassName
{
border-color: #DB97C1;
}
</style>