Shades of Shocking #DB90C5
Tints of Shocking #DB90C5
RGB
CMYK
RGB Variations
Color information
#DB90C5 (or 0xDB90C5) is known color: Shocking. HEX triplet: DB, 90 and C5. RGB value is (219,144,197). Sum of RGB (Red+Green+Blue) = 219+144+197=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90C5 is #246F3A. Grayscale: #ACACAC. Windows color (decimal): -2387771 or 12947675. OLE color: 12947675.
HSL color Cylindrical-coordinate representation of color #DB90C5: hue angle of 317.6º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB90C5 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 197 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.14 |
| HSL | 317.6º | 0.51% | 0.71% | - |
| HSV(B) | 317.6º | 0.34% | 0.86% | - |
| XYZ | 49.26 | 39.04 | 57.76 | - |
| YUV | 172.47 | 141.85 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 197 | 0 | 0.34 | 0.10 | 0.14 | 317.6 | 0.51 | 0.71 |
| Hex | DB | 90 | C5 | 0 | 22 | A | E | 13E | 33 | 47 |
| Octal | 333 | 220 | 305 | 0 | 42 | 12 | 16 | 476 | 63 | 107 |
| Binary | 11011011 | 10010000 | 11000101 | 0 | 100010 | 1010 | 1110 | 100111110 | 110011 | 1000111 |
Color Harmonies of #DB90C5
Complementary color
Monochromatic Colors of #DB90C5
Black with #DB90C5
Text Example
Text Example
White with #DB90C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90C5; }
p { color: rgb(219,144,197); }
H1.HeaderClassName
{
color: #DB90C5;
}
.AnyTagClassName
{
color: #DB90C5;
}
</style>
background-color css
<style>
a { background-color: #DB90C5; }
a { background-color: rgb(219,144,197); }
div.DivClassName
{
background-color: #DB90C5;
}
.BgClassName
{
background-color: #DB90C5;
}
</style>
border-color css
<style>
span { border-color: #DB90C5; }
span { border-color: rgb(219,144,197); }
td.TdClassName
{
border-color: #DB90C5;
}
.TagClassName
{
border-color: #DB90C5;
}
</style>