Shades of Shocking #DB95C1
Tints of Shocking #DB95C1
RGB
CMYK
RGB Variations
Color information
#DB95C1 (or 0xDB95C1) is known color: Shocking. HEX triplet: DB, 95 and C1. RGB value is (219,149,193). Sum of RGB (Red+Green+Blue) = 219+149+193=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95C1 is #246A3E. Grayscale: #AEAEAE. Windows color (decimal): -2386495 or 12686811. OLE color: 12686811.
HSL color Cylindrical-coordinate representation of color #DB95C1: hue angle of 322.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB95C1 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 193 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.14 |
| HSL | 322.29º | 0.49% | 0.72% | - |
| HSV(B) | 322.29º | 0.32% | 0.86% | - |
| XYZ | 49.59 | 40.41 | 55.64 | - |
| YUV | 174.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 193 | 0 | 0.32 | 0.12 | 0.14 | 322.29 | 0.49 | 0.72 |
| Hex | DB | 95 | C1 | 0 | 20 | C | E | 142 | 31 | 48 |
| Octal | 333 | 225 | 301 | 0 | 40 | 14 | 16 | 502 | 61 | 110 |
| Binary | 11011011 | 10010101 | 11000001 | 0 | 100000 | 1100 | 1110 | 101000010 | 110001 | 1001000 |
Color Harmonies of #DB95C1
Complementary color
Monochromatic Colors of #DB95C1
Black with #DB95C1
Text Example
Text Example
White with #DB95C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95C1; }
p { color: rgb(219,149,193); }
H1.HeaderClassName
{
color: #DB95C1;
}
.AnyTagClassName
{
color: #DB95C1;
}
</style>
background-color css
<style>
a { background-color: #DB95C1; }
a { background-color: rgb(219,149,193); }
div.DivClassName
{
background-color: #DB95C1;
}
.BgClassName
{
background-color: #DB95C1;
}
</style>
border-color css
<style>
span { border-color: #DB95C1; }
span { border-color: rgb(219,149,193); }
td.TdClassName
{
border-color: #DB95C1;
}
.TagClassName
{
border-color: #DB95C1;
}
</style>