Shades of Heliotrope #DC66F4
Tints of Heliotrope #DC66F4
RGB
CMYK
RGB Variations
Color information
#DC66F4 (or 0xDC66F4) is known color: Heliotrope. HEX triplet: DC, 66 and F4. RGB value is (220,102,244). Sum of RGB (Red+Green+Blue) = 220+102+244=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 244 (95.70% from 255 or 43.11% from 566); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC66F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66F4 is #23990B. Grayscale: #999999. Windows color (decimal): -2332940 or 16017116. OLE color: 16017116.
HSL color Cylindrical-coordinate representation of color #DC66F4: hue angle of 289.86º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC66F4 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 102 | 244 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.04 |
| HSL | 289.86º | 0.87% | 0.68% | - |
| HSV(B) | 289.86º | 0.58% | 0.96% | - |
| XYZ | 50.6 | 31.25 | 88.95 | - |
| YUV | 153.47 | 179.09 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 244 | 0.10 | 0.58 | 0 | 0.04 | 289.86 | 0.87 | 0.68 |
| Hex | DC | 66 | F4 | A | 3A | 0 | 4 | 122 | 57 | 44 |
| Octal | 334 | 146 | 364 | 12 | 72 | 0 | 4 | 442 | 127 | 104 |
| Binary | 11011100 | 1100110 | 11110100 | 1010 | 111010 | 0 | 100 | 100100010 | 1010111 | 1000100 |
Color Harmonies of #DC66F4
Complementary color
Monochromatic Colors of #DC66F4
Black with #DC66F4
Text Example
Text Example
White with #DC66F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66F4; }
p { color: rgb(220,102,244); }
H1.HeaderClassName
{
color: #DC66F4;
}
.AnyTagClassName
{
color: #DC66F4;
}
</style>
background-color css
<style>
a { background-color: #DC66F4; }
a { background-color: rgb(220,102,244); }
div.DivClassName
{
background-color: #DC66F4;
}
.BgClassName
{
background-color: #DC66F4;
}
</style>
border-color css
<style>
span { border-color: #DC66F4; }
span { border-color: rgb(220,102,244); }
td.TdClassName
{
border-color: #DC66F4;
}
.TagClassName
{
border-color: #DC66F4;
}
</style>