Shades of Heliotrope #DC80F3
Tints of Heliotrope #DC80F3
RGB
CMYK
RGB Variations
Color information
#DC80F3 (or 0xDC80F3) is known color: Heliotrope. HEX triplet: DC, 80 and F3. RGB value is (220,128,243). Sum of RGB (Red+Green+Blue) = 220+128+243=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 128 (50.39% from 255 or 21.66% from 591); Blue value is 243 (95.31% from 255 or 41.12% from 591); Max value from RGB is 243 - color contains mainly: blue. Hex color #DC80F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC80F3 is #237F0C. Grayscale: #A8A8A8. Windows color (decimal): -2326285 or 15958236. OLE color: 15958236.
HSL color Cylindrical-coordinate representation of color #DC80F3: hue angle of 288º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC80F3 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 128 | 243 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.05 |
| HSL | 288º | 0.83% | 0.73% | - |
| HSV(B) | 288º | 0.47% | 0.95% | - |
| XYZ | 53.41 | 37.13 | 89.14 | - |
| YUV | 168.62 | 169.98 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 243 | 0.09 | 0.47 | 0 | 0.05 | 288 | 0.83 | 0.73 |
| Hex | DC | 80 | F3 | 9 | 2F | 0 | 5 | 120 | 53 | 49 |
| Octal | 334 | 200 | 363 | 11 | 57 | 0 | 5 | 440 | 123 | 111 |
| Binary | 11011100 | 10000000 | 11110011 | 1001 | 101111 | 0 | 101 | 100100000 | 1010011 | 1001001 |
Color Harmonies of #DC80F3
Complementary color
Monochromatic Colors of #DC80F3
Black with #DC80F3
Text Example
Text Example
White with #DC80F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80F3; }
p { color: rgb(220,128,243); }
H1.HeaderClassName
{
color: #DC80F3;
}
.AnyTagClassName
{
color: #DC80F3;
}
</style>
background-color css
<style>
a { background-color: #DC80F3; }
a { background-color: rgb(220,128,243); }
div.DivClassName
{
background-color: #DC80F3;
}
.BgClassName
{
background-color: #DC80F3;
}
</style>
border-color css
<style>
span { border-color: #DC80F3; }
span { border-color: rgb(220,128,243); }
td.TdClassName
{
border-color: #DC80F3;
}
.TagClassName
{
border-color: #DC80F3;
}
</style>