Shades of Heliotrope #DC66FE
Tints of Heliotrope #DC66FE
RGB
CMYK
RGB Variations
Color information
#DC66FE (or 0xDC66FE) is known color: Heliotrope. HEX triplet: DC, 66 and FE. RGB value is (220,102,254). Sum of RGB (Red+Green+Blue) = 220+102+254=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 102 (40.23% from 255 or 17.71% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC66FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66FE is #239901. Grayscale: #9A9A9A. Windows color (decimal): -2332930 or 16672476. OLE color: 16672476.
HSL color Cylindrical-coordinate representation of color #DC66FE: hue angle of 286.58º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC66FE is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 102 | 254 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.00 |
| HSL | 286.58º | 0.99% | 0.7% | - |
| HSV(B) | 286.58º | 0.6% | 1% | - |
| XYZ | 52.16 | 31.87 | 97.17 | - |
| YUV | 154.61 | 184.09 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 254 | 0.13 | 0.60 | 0 | 0.00 | 286.58 | 0.99 | 0.7 |
| Hex | DC | 66 | FE | D | 3C | 0 | 0 | 11F | 63 | 46 |
| Octal | 334 | 146 | 376 | 15 | 74 | 0 | 0 | 437 | 143 | 106 |
| Binary | 11011100 | 1100110 | 11111110 | 1101 | 111100 | 0 | 0 | 100011111 | 1100011 | 1000110 |
Color Harmonies of #DC66FE
Complementary color
Monochromatic Colors of #DC66FE
Black with #DC66FE
Text Example
Text Example
White with #DC66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66FE; }
p { color: rgb(220,102,254); }
H1.HeaderClassName
{
color: #DC66FE;
}
.AnyTagClassName
{
color: #DC66FE;
}
</style>
background-color css
<style>
a { background-color: #DC66FE; }
a { background-color: rgb(220,102,254); }
div.DivClassName
{
background-color: #DC66FE;
}
.BgClassName
{
background-color: #DC66FE;
}
</style>
border-color css
<style>
span { border-color: #DC66FE; }
span { border-color: rgb(220,102,254); }
td.TdClassName
{
border-color: #DC66FE;
}
.TagClassName
{
border-color: #DC66FE;
}
</style>