Shades of Shocking #DB96C3
Tints of Shocking #DB96C3
RGB
CMYK
RGB Variations
Color information
#DB96C3 (or 0xDB96C3) is known color: Shocking. HEX triplet: DB, 96 and C3. RGB value is (219,150,195). Sum of RGB (Red+Green+Blue) = 219+150+195=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 195 (76.56% from 255 or 34.57% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB96C3 is #24693C. Grayscale: #AFAFAF. Windows color (decimal): -2386237 or 12818139. OLE color: 12818139.
HSL color Cylindrical-coordinate representation of color #DB96C3: hue angle of 320.87º 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 #DB96C3 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 195 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.14 |
| HSL | 320.87º | 0.49% | 0.72% | - |
| HSV(B) | 320.87º | 0.32% | 0.86% | - |
| XYZ | 49.97 | 40.81 | 56.87 | - |
| YUV | 175.76 | 138.86 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 195 | 0 | 0.32 | 0.11 | 0.14 | 320.87 | 0.49 | 0.72 |
| Hex | DB | 96 | C3 | 0 | 20 | B | E | 141 | 31 | 48 |
| Octal | 333 | 226 | 303 | 0 | 40 | 13 | 16 | 501 | 61 | 110 |
| Binary | 11011011 | 10010110 | 11000011 | 0 | 100000 | 1011 | 1110 | 101000001 | 110001 | 1001000 |
Color Harmonies of #DB96C3
Complementary color
Monochromatic Colors of #DB96C3
Black with #DB96C3
Text Example
Text Example
White with #DB96C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96C3; }
p { color: rgb(219,150,195); }
H1.HeaderClassName
{
color: #DB96C3;
}
.AnyTagClassName
{
color: #DB96C3;
}
</style>
background-color css
<style>
a { background-color: #DB96C3; }
a { background-color: rgb(219,150,195); }
div.DivClassName
{
background-color: #DB96C3;
}
.BgClassName
{
background-color: #DB96C3;
}
</style>
border-color css
<style>
span { border-color: #DB96C3; }
span { border-color: rgb(219,150,195); }
td.TdClassName
{
border-color: #DB96C3;
}
.TagClassName
{
border-color: #DB96C3;
}
</style>