Shades of Shocking #DB95C8
Tints of Shocking #DB95C8
RGB
CMYK
RGB Variations
Color information
#DB95C8 (or 0xDB95C8) is known color: Shocking. HEX triplet: DB, 95 and C8. RGB value is (219,149,200). Sum of RGB (Red+Green+Blue) = 219+149+200=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 200 (78.52% from 255 or 35.21% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95C8 is #246A37. Grayscale: #AFAFAF. Windows color (decimal): -2386488 or 13145563. OLE color: 13145563.
HSL color Cylindrical-coordinate representation of color #DB95C8: hue angle of 316.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 #DB95C8 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 200 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.14 |
| HSL | 316.29º | 0.49% | 0.72% | - |
| HSV(B) | 316.29º | 0.32% | 0.86% | - |
| XYZ | 50.39 | 40.73 | 59.85 | - |
| YUV | 175.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 200 | 0 | 0.32 | 0.09 | 0.14 | 316.29 | 0.49 | 0.72 |
| Hex | DB | 95 | C8 | 0 | 20 | 9 | E | 13C | 31 | 48 |
| Octal | 333 | 225 | 310 | 0 | 40 | 11 | 16 | 474 | 61 | 110 |
| Binary | 11011011 | 10010101 | 11001000 | 0 | 100000 | 1001 | 1110 | 100111100 | 110001 | 1001000 |
Color Harmonies of #DB95C8
Complementary color
Monochromatic Colors of #DB95C8
Black with #DB95C8
Text Example
Text Example
White with #DB95C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95C8; }
p { color: rgb(219,149,200); }
H1.HeaderClassName
{
color: #DB95C8;
}
.AnyTagClassName
{
color: #DB95C8;
}
</style>
background-color css
<style>
a { background-color: #DB95C8; }
a { background-color: rgb(219,149,200); }
div.DivClassName
{
background-color: #DB95C8;
}
.BgClassName
{
background-color: #DB95C8;
}
</style>
border-color css
<style>
span { border-color: #DB95C8; }
span { border-color: rgb(219,149,200); }
td.TdClassName
{
border-color: #DB95C8;
}
.TagClassName
{
border-color: #DB95C8;
}
</style>