Shades of Heliotrope #DC61FF
Tints of Heliotrope #DC61FF
RGB
CMYK
RGB Variations
Color information
#DC61FF (or 0xDC61FF) is known color: Heliotrope. HEX triplet: DC, 61 and FF. RGB value is (220,97,255). Sum of RGB (Red+Green+Blue) = 220+97+255=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 97 (38.28% from 255 or 16.96% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC61FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC61FF is #239E00. Grayscale: #979797. Windows color (decimal): -2334209 or 16736732. OLE color: 16736732.
HSL color Cylindrical-coordinate representation of color #DC61FF: hue angle of 286.71º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC61FF is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 97 | 255 | - |
| CMYK | 0.14 | 0.62 | 0 | 0 |
| HSL | 286.71º | 1% | 0.69% | - |
| HSV(B) | 286.71º | 0.62% | 1% | - |
| XYZ | 51.84 | 30.99 | 97.86 | - |
| YUV | 151.79 | 186.25 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 255 | 0.14 | 0.62 | 0 | 0 | 286.71 | 1 | 0.69 |
| Hex | DC | 61 | FF | E | 3E | 0 | 0 | 11F | 64 | 45 |
| Octal | 334 | 141 | 377 | 16 | 76 | 0 | 0 | 437 | 144 | 105 |
| Binary | 11011100 | 1100001 | 11111111 | 1110 | 111110 | 0 | 0 | 100011111 | 1100100 | 1000101 |
Color Harmonies of #DC61FF
Complementary color
Monochromatic Colors of #DC61FF
Black with #DC61FF
Text Example
Text Example
White with #DC61FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC61FF; }
p { color: rgb(220,97,255); }
H1.HeaderClassName
{
color: #DC61FF;
}
.AnyTagClassName
{
color: #DC61FF;
}
</style>
background-color css
<style>
a { background-color: #DC61FF; }
a { background-color: rgb(220,97,255); }
div.DivClassName
{
background-color: #DC61FF;
}
.BgClassName
{
background-color: #DC61FF;
}
</style>
border-color css
<style>
span { border-color: #DC61FF; }
span { border-color: rgb(220,97,255); }
td.TdClassName
{
border-color: #DC61FF;
}
.TagClassName
{
border-color: #DC61FF;
}
</style>