Shades of Shocking #DB95C3
Tints of Shocking #DB95C3
RGB
CMYK
RGB Variations
Color information
#DB95C3 (or 0xDB95C3) is known color: Shocking. HEX triplet: DB, 95 and C3. RGB value is (219,149,195). Sum of RGB (Red+Green+Blue) = 219+149+195=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB95C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB95C3 is #246A3C. Grayscale: #AFAFAF. Windows color (decimal): -2386493 or 12817883. OLE color: 12817883.
HSL color Cylindrical-coordinate representation of color #DB95C3: hue angle of 320.57º 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 #DB95C3 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 195 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.14 |
| HSL | 320.57º | 0.49% | 0.72% | - |
| HSV(B) | 320.57º | 0.32% | 0.86% | - |
| XYZ | 49.81 | 40.5 | 56.82 | - |
| YUV | 175.17 | 139.19 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 195 | 0 | 0.32 | 0.11 | 0.14 | 320.57 | 0.49 | 0.72 |
| Hex | DB | 95 | C3 | 0 | 20 | B | E | 141 | 31 | 48 |
| Octal | 333 | 225 | 303 | 0 | 40 | 13 | 16 | 501 | 61 | 110 |
| Binary | 11011011 | 10010101 | 11000011 | 0 | 100000 | 1011 | 1110 | 101000001 | 110001 | 1001000 |
Color Harmonies of #DB95C3
Complementary color
Monochromatic Colors of #DB95C3
Black with #DB95C3
Text Example
Text Example
White with #DB95C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95C3; }
p { color: rgb(219,149,195); }
H1.HeaderClassName
{
color: #DB95C3;
}
.AnyTagClassName
{
color: #DB95C3;
}
</style>
background-color css
<style>
a { background-color: #DB95C3; }
a { background-color: rgb(219,149,195); }
div.DivClassName
{
background-color: #DB95C3;
}
.BgClassName
{
background-color: #DB95C3;
}
</style>
border-color css
<style>
span { border-color: #DB95C3; }
span { border-color: rgb(219,149,195); }
td.TdClassName
{
border-color: #DB95C3;
}
.TagClassName
{
border-color: #DB95C3;
}
</style>