Shades of Shocking #DB93B7
Tints of Shocking #DB93B7
RGB
CMYK
RGB Variations
Color information
#DB93B7 (or 0xDB93B7) is known color: Shocking. HEX triplet: DB, 93 and B7. RGB value is (219,147,183). Sum of RGB (Red+Green+Blue) = 219+147+183=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93B7 is #246C48. Grayscale: #ACACAC. Windows color (decimal): -2387017 or 12030939. OLE color: 12030939.
HSL color Cylindrical-coordinate representation of color #DB93B7: hue angle of 330º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB93B7 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 147 | 183 | - |
CMYK | 0 | 0.33 | 0.16 | 0.14 |
HSL | 330º | 0.5% | 0.72% | - |
HSV(B) | 330º | 0.33% | 0.86% | - |
XYZ | 48.19 | 39.35 | 49.85 | - |
YUV | 172.63 | 133.85 | 161.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 147 | 183 | 0 | 0.33 | 0.16 | 0.14 | 330 | 0.5 | 0.72 |
Hex | DB | 93 | B7 | 0 | 21 | 10 | E | 14A | 32 | 48 |
Octal | 333 | 223 | 267 | 0 | 41 | 20 | 16 | 512 | 62 | 110 |
Binary | 11011011 | 10010011 | 10110111 | 0 | 100001 | 10000 | 1110 | 101001010 | 110010 | 1001000 |
Color Harmonies of #DB93B7
Complementary color
Monochromatic Colors of #DB93B7
Black with #DB93B7
Text Example
Text Example
White with #DB93B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB93B7; }
p { color: rgb(219,147,183); }
H1.HeaderClassName
{
color: #DB93B7;
}
.AnyTagClassName
{
color: #DB93B7;
}
</style>
background-color css
<style>
a { background-color: #DB93B7; }
a { background-color: rgb(219,147,183); }
div.DivClassName
{
background-color: #DB93B7;
}
.BgClassName
{
background-color: #DB93B7;
}
</style>
border-color css
<style>
span { border-color: #DB93B7; }
span { border-color: rgb(219,147,183); }
td.TdClassName
{
border-color: #DB93B7;
}
.TagClassName
{
border-color: #DB93B7;
}
</style>