Shades of Heliotrope #DC6AF4
Tints of Heliotrope #DC6AF4
RGB
CMYK
RGB Variations
Color information
#DC6AF4 (or 0xDC6AF4) is known color: Heliotrope. HEX triplet: DC, 6A and F4. RGB value is (220,106,244). Sum of RGB (Red+Green+Blue) = 220+106+244=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 106 (41.80% from 255 or 18.60% from 570); Blue value is 244 (95.70% from 255 or 42.81% from 570); Max value from RGB is 244 - color contains mainly: blue. Hex color #DC6AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6AF4 is #23950B. Grayscale: #9B9B9B. Windows color (decimal): -2331916 or 16018140. OLE color: 16018140.
HSL color Cylindrical-coordinate representation of color #DC6AF4: hue angle of 289.57º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC6AF4 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 106 | 244 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.04 |
| HSL | 289.57º | 0.86% | 0.69% | - |
| HSV(B) | 289.57º | 0.57% | 0.96% | - |
| XYZ | 51 | 32.06 | 89.09 | - |
| YUV | 155.82 | 177.77 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 244 | 0.10 | 0.57 | 0 | 0.04 | 289.57 | 0.86 | 0.69 |
| Hex | DC | 6A | F4 | A | 39 | 0 | 4 | 122 | 56 | 45 |
| Octal | 334 | 152 | 364 | 12 | 71 | 0 | 4 | 442 | 126 | 105 |
| Binary | 11011100 | 1101010 | 11110100 | 1010 | 111001 | 0 | 100 | 100100010 | 1010110 | 1000101 |
Color Harmonies of #DC6AF4
Complementary color
Monochromatic Colors of #DC6AF4
Black with #DC6AF4
Text Example
Text Example
White with #DC6AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6AF4; }
p { color: rgb(220,106,244); }
H1.HeaderClassName
{
color: #DC6AF4;
}
.AnyTagClassName
{
color: #DC6AF4;
}
</style>
background-color css
<style>
a { background-color: #DC6AF4; }
a { background-color: rgb(220,106,244); }
div.DivClassName
{
background-color: #DC6AF4;
}
.BgClassName
{
background-color: #DC6AF4;
}
</style>
border-color css
<style>
span { border-color: #DC6AF4; }
span { border-color: rgb(220,106,244); }
td.TdClassName
{
border-color: #DC6AF4;
}
.TagClassName
{
border-color: #DC6AF4;
}
</style>