Shades of Shocking #DB90C2
Tints of Shocking #DB90C2
RGB
CMYK
RGB Variations
Color information
#DB90C2 (or 0xDB90C2) is known color: Shocking. HEX triplet: DB, 90 and C2. RGB value is (219,144,194). Sum of RGB (Red+Green+Blue) = 219+144+194=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 194 (76.17% from 255 or 34.83% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB90C2 is #246F3D. Grayscale: #ACACAC. Windows color (decimal): -2387774 or 12751067. OLE color: 12751067.
HSL color Cylindrical-coordinate representation of color #DB90C2: hue angle of 320º 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 #DB90C2 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 194 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.14 |
| HSL | 320º | 0.51% | 0.71% | - |
| HSV(B) | 320º | 0.34% | 0.86% | - |
| XYZ | 48.92 | 38.9 | 55.97 | - |
| YUV | 172.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 194 | 0 | 0.34 | 0.11 | 0.14 | 320 | 0.51 | 0.71 |
| Hex | DB | 90 | C2 | 0 | 22 | B | E | 140 | 33 | 47 |
| Octal | 333 | 220 | 302 | 0 | 42 | 13 | 16 | 500 | 63 | 107 |
| Binary | 11011011 | 10010000 | 11000010 | 0 | 100010 | 1011 | 1110 | 101000000 | 110011 | 1000111 |
Color Harmonies of #DB90C2
Complementary color
Monochromatic Colors of #DB90C2
Black with #DB90C2
Text Example
Text Example
White with #DB90C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB90C2; }
p { color: rgb(219,144,194); }
H1.HeaderClassName
{
color: #DB90C2;
}
.AnyTagClassName
{
color: #DB90C2;
}
</style>
background-color css
<style>
a { background-color: #DB90C2; }
a { background-color: rgb(219,144,194); }
div.DivClassName
{
background-color: #DB90C2;
}
.BgClassName
{
background-color: #DB90C2;
}
</style>
border-color css
<style>
span { border-color: #DB90C2; }
span { border-color: rgb(219,144,194); }
td.TdClassName
{
border-color: #DB90C2;
}
.TagClassName
{
border-color: #DB90C2;
}
</style>