Shades of Shocking #DB8CC4
Tints of Shocking #DB8CC4
RGB
CMYK
RGB Variations
Color information
#DB8CC4 (or 0xDB8CC4) is known color: Shocking. HEX triplet: DB, 8C and C4. RGB value is (219,140,196). Sum of RGB (Red+Green+Blue) = 219+140+196=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CC4 is #24733B. Grayscale: #A9A9A9. Windows color (decimal): -2388796 or 12881115. OLE color: 12881115.
HSL color Cylindrical-coordinate representation of color #DB8CC4: hue angle of 317.47º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8CC4 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 140 | 196 | - |
CMYK | 0 | 0.36 | 0.11 | 0.14 |
HSL | 317.47º | 0.52% | 0.7% | - |
HSV(B) | 317.47º | 0.36% | 0.86% | - |
XYZ | 48.56 | 37.8 | 56.96 | - |
YUV | 170.01 | 142.67 | 162.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 140 | 196 | 0 | 0.36 | 0.11 | 0.14 | 317.47 | 0.52 | 0.7 |
Hex | DB | 8C | C4 | 0 | 24 | B | E | 13D | 34 | 46 |
Octal | 333 | 214 | 304 | 0 | 44 | 13 | 16 | 475 | 64 | 106 |
Binary | 11011011 | 10001100 | 11000100 | 0 | 100100 | 1011 | 1110 | 100111101 | 110100 | 1000110 |
Color Harmonies of #DB8CC4
Complementary color
Monochromatic Colors of #DB8CC4
Black with #DB8CC4
Text Example
Text Example
White with #DB8CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CC4; }
p { color: rgb(219,140,196); }
H1.HeaderClassName
{
color: #DB8CC4;
}
.AnyTagClassName
{
color: #DB8CC4;
}
</style>
background-color css
<style>
a { background-color: #DB8CC4; }
a { background-color: rgb(219,140,196); }
div.DivClassName
{
background-color: #DB8CC4;
}
.BgClassName
{
background-color: #DB8CC4;
}
</style>
border-color css
<style>
span { border-color: #DB8CC4; }
span { border-color: rgb(219,140,196); }
td.TdClassName
{
border-color: #DB8CC4;
}
.TagClassName
{
border-color: #DB8CC4;
}
</style>