Shades of Shocking #DB97CA
Tints of Shocking #DB97CA
RGB
CMYK
RGB Variations
Color information
#DB97CA (or 0xDB97CA) is known color: Shocking. HEX triplet: DB, 97 and CA. RGB value is (219,151,202). Sum of RGB (Red+Green+Blue) = 219+151+202=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DB97CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB97CA is #246835. Grayscale: #B1B1B1. Windows color (decimal): -2385974 or 13277147. OLE color: 13277147.
HSL color Cylindrical-coordinate representation of color #DB97CA: hue angle of 315º 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 #DB97CA is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 202 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.14 |
| HSL | 315º | 0.49% | 0.73% | - |
| HSV(B) | 315º | 0.31% | 0.86% | - |
| XYZ | 50.94 | 41.46 | 61.19 | - |
| YUV | 177.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 202 | 0 | 0.31 | 0.08 | 0.14 | 315 | 0.49 | 0.73 |
| Hex | DB | 97 | CA | 0 | 1F | 8 | E | 13B | 31 | 49 |
| Octal | 333 | 227 | 312 | 0 | 37 | 10 | 16 | 473 | 61 | 111 |
| Binary | 11011011 | 10010111 | 11001010 | 0 | 11111 | 1000 | 1110 | 100111011 | 110001 | 1001001 |
Color Harmonies of #DB97CA
Complementary color
Monochromatic Colors of #DB97CA
Black with #DB97CA
Text Example
Text Example
White with #DB97CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB97CA; }
p { color: rgb(219,151,202); }
H1.HeaderClassName
{
color: #DB97CA;
}
.AnyTagClassName
{
color: #DB97CA;
}
</style>
background-color css
<style>
a { background-color: #DB97CA; }
a { background-color: rgb(219,151,202); }
div.DivClassName
{
background-color: #DB97CA;
}
.BgClassName
{
background-color: #DB97CA;
}
</style>
border-color css
<style>
span { border-color: #DB97CA; }
span { border-color: rgb(219,151,202); }
td.TdClassName
{
border-color: #DB97CA;
}
.TagClassName
{
border-color: #DB97CA;
}
</style>