Shades of Heliotrope #DB83FD
Tints of Heliotrope #DB83FD
RGB
CMYK
RGB Variations
Color information
#DB83FD (or 0xDB83FD) is known color: Heliotrope. HEX triplet: DB, 83 and FD. RGB value is (219,131,253). Sum of RGB (Red+Green+Blue) = 219+131+253=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 131 (51.56% from 255 or 21.72% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB83FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB83FD is #247C02. Grayscale: #AAAAAA. Windows color (decimal): -2391043 or 16614363. OLE color: 16614363.
HSL color Cylindrical-coordinate representation of color #DB83FD: hue angle of 283.28º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB83FD is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 131 | 253 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.01 |
| HSL | 283.28º | 0.97% | 0.75% | - |
| HSV(B) | 283.28º | 0.48% | 0.99% | - |
| XYZ | 55.06 | 38.38 | 97.44 | - |
| YUV | 171.22 | 174.15 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 253 | 0.13 | 0.48 | 0 | 0.01 | 283.28 | 0.97 | 0.75 |
| Hex | DB | 83 | FD | D | 30 | 0 | 1 | 11B | 61 | 4B |
| Octal | 333 | 203 | 375 | 15 | 60 | 0 | 1 | 433 | 141 | 113 |
| Binary | 11011011 | 10000011 | 11111101 | 1101 | 110000 | 0 | 1 | 100011011 | 1100001 | 1001011 |
Color Harmonies of #DB83FD
Complementary color
Monochromatic Colors of #DB83FD
Black with #DB83FD
Text Example
Text Example
White with #DB83FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83FD; }
p { color: rgb(219,131,253); }
H1.HeaderClassName
{
color: #DB83FD;
}
.AnyTagClassName
{
color: #DB83FD;
}
</style>
background-color css
<style>
a { background-color: #DB83FD; }
a { background-color: rgb(219,131,253); }
div.DivClassName
{
background-color: #DB83FD;
}
.BgClassName
{
background-color: #DB83FD;
}
</style>
border-color css
<style>
span { border-color: #DB83FD; }
span { border-color: rgb(219,131,253); }
td.TdClassName
{
border-color: #DB83FD;
}
.TagClassName
{
border-color: #DB83FD;
}
</style>