Shades of Shocking #DB85C4
Tints of Shocking #DB85C4
RGB
CMYK
RGB Variations
Color information
#DB85C4 (or 0xDB85C4) is known color: Shocking. HEX triplet: DB, 85 and C4. RGB value is (219,133,196). Sum of RGB (Red+Green+Blue) = 219+133+196=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85C4 is #247A3B. Grayscale: #A5A5A5. Windows color (decimal): -2390588 or 12879323. OLE color: 12879323.
HSL color Cylindrical-coordinate representation of color #DB85C4: hue angle of 316.05º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB85C4 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 196 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.14 |
| HSL | 316.05º | 0.54% | 0.69% | - |
| HSV(B) | 316.05º | 0.39% | 0.86% | - |
| XYZ | 47.56 | 35.82 | 56.63 | - |
| YUV | 165.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 196 | 0 | 0.39 | 0.11 | 0.14 | 316.05 | 0.54 | 0.69 |
| Hex | DB | 85 | C4 | 0 | 27 | B | E | 13C | 36 | 45 |
| Octal | 333 | 205 | 304 | 0 | 47 | 13 | 16 | 474 | 66 | 105 |
| Binary | 11011011 | 10000101 | 11000100 | 0 | 100111 | 1011 | 1110 | 100111100 | 110110 | 1000101 |
Color Harmonies of #DB85C4
Complementary color
Monochromatic Colors of #DB85C4
Black with #DB85C4
Text Example
Text Example
White with #DB85C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85C4; }
p { color: rgb(219,133,196); }
H1.HeaderClassName
{
color: #DB85C4;
}
.AnyTagClassName
{
color: #DB85C4;
}
</style>
background-color css
<style>
a { background-color: #DB85C4; }
a { background-color: rgb(219,133,196); }
div.DivClassName
{
background-color: #DB85C4;
}
.BgClassName
{
background-color: #DB85C4;
}
</style>
border-color css
<style>
span { border-color: #DB85C4; }
span { border-color: rgb(219,133,196); }
td.TdClassName
{
border-color: #DB85C4;
}
.TagClassName
{
border-color: #DB85C4;
}
</style>