Shades of Shocking #DB8CC3
Tints of Shocking #DB8CC3
RGB
CMYK
RGB Variations
Color information
#DB8CC3 (or 0xDB8CC3) is known color: Shocking. HEX triplet: DB, 8C and C3. RGB value is (219,140,195). Sum of RGB (Red+Green+Blue) = 219+140+195=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CC3 is #24733C. Grayscale: #A9A9A9. Windows color (decimal): -2388797 or 12815579. OLE color: 12815579.
HSL color Cylindrical-coordinate representation of color #DB8CC3: hue angle of 318.23º 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 #DB8CC3 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 140 | 195 | - |
CMYK | 0 | 0.36 | 0.11 | 0.14 |
HSL | 318.23º | 0.52% | 0.7% | - |
HSV(B) | 318.23º | 0.36% | 0.86% | - |
XYZ | 48.44 | 37.76 | 56.36 | - |
YUV | 169.89 | 142.17 | 163.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 140 | 195 | 0 | 0.36 | 0.11 | 0.14 | 318.23 | 0.52 | 0.7 |
Hex | DB | 8C | C3 | 0 | 24 | B | E | 13E | 34 | 46 |
Octal | 333 | 214 | 303 | 0 | 44 | 13 | 16 | 476 | 64 | 106 |
Binary | 11011011 | 10001100 | 11000011 | 0 | 100100 | 1011 | 1110 | 100111110 | 110100 | 1000110 |
Color Harmonies of #DB8CC3
Complementary color
Monochromatic Colors of #DB8CC3
Black with #DB8CC3
Text Example
Text Example
White with #DB8CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CC3; }
p { color: rgb(219,140,195); }
H1.HeaderClassName
{
color: #DB8CC3;
}
.AnyTagClassName
{
color: #DB8CC3;
}
</style>
background-color css
<style>
a { background-color: #DB8CC3; }
a { background-color: rgb(219,140,195); }
div.DivClassName
{
background-color: #DB8CC3;
}
.BgClassName
{
background-color: #DB8CC3;
}
</style>
border-color css
<style>
span { border-color: #DB8CC3; }
span { border-color: rgb(219,140,195); }
td.TdClassName
{
border-color: #DB8CC3;
}
.TagClassName
{
border-color: #DB8CC3;
}
</style>