Shades of Heliotrope #DC83F9
Tints of Heliotrope #DC83F9
RGB
CMYK
RGB Variations
Color information
#DC83F9 (or 0xDC83F9) is known color: Heliotrope. HEX triplet: DC, 83 and F9. RGB value is (220,131,249). Sum of RGB (Red+Green+Blue) = 220+131+249=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 131 (51.56% from 255 or 21.83% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #DC83F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC83F9 is #237C06. Grayscale: #AAAAAA. Windows color (decimal): -2325511 or 16352220. OLE color: 16352220.
HSL color Cylindrical-coordinate representation of color #DC83F9: hue angle of 285.25º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC83F9 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 131 | 249 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.02 |
| HSL | 285.25º | 0.91% | 0.75% | - |
| HSV(B) | 285.25º | 0.47% | 0.98% | - |
| XYZ | 54.73 | 38.29 | 94.13 | - |
| YUV | 171.06 | 171.99 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 249 | 0.12 | 0.47 | 0 | 0.02 | 285.25 | 0.91 | 0.75 |
| Hex | DC | 83 | F9 | C | 2F | 0 | 2 | 11D | 5B | 4B |
| Octal | 334 | 203 | 371 | 14 | 57 | 0 | 2 | 435 | 133 | 113 |
| Binary | 11011100 | 10000011 | 11111001 | 1100 | 101111 | 0 | 10 | 100011101 | 1011011 | 1001011 |
Color Harmonies of #DC83F9
Complementary color
Monochromatic Colors of #DC83F9
Black with #DC83F9
Text Example
Text Example
White with #DC83F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC83F9; }
p { color: rgb(220,131,249); }
H1.HeaderClassName
{
color: #DC83F9;
}
.AnyTagClassName
{
color: #DC83F9;
}
</style>
background-color css
<style>
a { background-color: #DC83F9; }
a { background-color: rgb(220,131,249); }
div.DivClassName
{
background-color: #DC83F9;
}
.BgClassName
{
background-color: #DC83F9;
}
</style>
border-color css
<style>
span { border-color: #DC83F9; }
span { border-color: rgb(220,131,249); }
td.TdClassName
{
border-color: #DC83F9;
}
.TagClassName
{
border-color: #DC83F9;
}
</style>