Shades of Heliotrope #DC80F8
Tints of Heliotrope #DC80F8
RGB
CMYK
RGB Variations
Color information
#DC80F8 (or 0xDC80F8) is known color: Heliotrope. HEX triplet: DC, 80 and F8. RGB value is (220,128,248). Sum of RGB (Red+Green+Blue) = 220+128+248=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 248 (97.27% from 255 or 41.61% from 596); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC80F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC80F8 is #237F07. Grayscale: #A8A8A8. Windows color (decimal): -2326280 or 16285916. OLE color: 16285916.
HSL color Cylindrical-coordinate representation of color #DC80F8: hue angle of 286º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC80F8 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 128 | 248 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.03 |
| HSL | 286º | 0.9% | 0.74% | - |
| HSV(B) | 286º | 0.48% | 0.97% | - |
| XYZ | 54.18 | 37.43 | 93.18 | - |
| YUV | 169.19 | 172.48 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 248 | 0.11 | 0.48 | 0 | 0.03 | 286 | 0.9 | 0.74 |
| Hex | DC | 80 | F8 | B | 30 | 0 | 3 | 11E | 5A | 4A |
| Octal | 334 | 200 | 370 | 13 | 60 | 0 | 3 | 436 | 132 | 112 |
| Binary | 11011100 | 10000000 | 11111000 | 1011 | 110000 | 0 | 11 | 100011110 | 1011010 | 1001010 |
Color Harmonies of #DC80F8
Complementary color
Monochromatic Colors of #DC80F8
Black with #DC80F8
Text Example
Text Example
White with #DC80F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC80F8; }
p { color: rgb(220,128,248); }
H1.HeaderClassName
{
color: #DC80F8;
}
.AnyTagClassName
{
color: #DC80F8;
}
</style>
background-color css
<style>
a { background-color: #DC80F8; }
a { background-color: rgb(220,128,248); }
div.DivClassName
{
background-color: #DC80F8;
}
.BgClassName
{
background-color: #DC80F8;
}
</style>
border-color css
<style>
span { border-color: #DC80F8; }
span { border-color: rgb(220,128,248); }
td.TdClassName
{
border-color: #DC80F8;
}
.TagClassName
{
border-color: #DC80F8;
}
</style>