Shades of Shocking #DB98CA
Tints of Shocking #DB98CA
RGB
CMYK
RGB Variations
Color information
#DB98CA (or 0xDB98CA) is known color: Shocking. HEX triplet: DB, 98 and CA. RGB value is (219,152,202). Sum of RGB (Red+Green+Blue) = 219+152+202=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98CA is #246735. Grayscale: #B1B1B1. Windows color (decimal): -2385718 or 13277403. OLE color: 13277403.
HSL color Cylindrical-coordinate representation of color #DB98CA: hue angle of 315.22º degrees, saturation: 0.48, 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 #DB98CA is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 202 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.14 |
| HSL | 315.22º | 0.48% | 0.73% | - |
| HSV(B) | 315.22º | 0.31% | 0.86% | - |
| XYZ | 51.1 | 41.78 | 61.25 | - |
| YUV | 177.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 202 | 0 | 0.31 | 0.08 | 0.14 | 315.22 | 0.48 | 0.73 |
| Hex | DB | 98 | CA | 0 | 1F | 8 | E | 13B | 30 | 49 |
| Octal | 333 | 230 | 312 | 0 | 37 | 10 | 16 | 473 | 60 | 111 |
| Binary | 11011011 | 10011000 | 11001010 | 0 | 11111 | 1000 | 1110 | 100111011 | 110000 | 1001001 |
Color Harmonies of #DB98CA
Complementary color
Monochromatic Colors of #DB98CA
Black with #DB98CA
Text Example
Text Example
White with #DB98CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98CA; }
p { color: rgb(219,152,202); }
H1.HeaderClassName
{
color: #DB98CA;
}
.AnyTagClassName
{
color: #DB98CA;
}
</style>
background-color css
<style>
a { background-color: #DB98CA; }
a { background-color: rgb(219,152,202); }
div.DivClassName
{
background-color: #DB98CA;
}
.BgClassName
{
background-color: #DB98CA;
}
</style>
border-color css
<style>
span { border-color: #DB98CA; }
span { border-color: rgb(219,152,202); }
td.TdClassName
{
border-color: #DB98CA;
}
.TagClassName
{
border-color: #DB98CA;
}
</style>